Removed 'truth' template, which isn't needed

[SVN r14060]
This commit is contained in:
Douglas Gregor
2002-05-29 17:27:59 +00:00
parent d50e9729ea
commit df34714340

View File

@ -34,8 +34,6 @@
namespace boost { namespace boost {
namespace detail { namespace detail {
namespace function { namespace function {
template<bool> struct truth {};
/* /*
* The ct_if implementation is temporary code. When a Boost metaprogramming * The ct_if implementation is temporary code. When a Boost metaprogramming
* library is introduced, Boost.Function will use it instead. * library is introduced, Boost.Function will use it instead.