removed BOOST_IS_ENUM

[SVN r16142]
This commit is contained in:
John Maddock
2002-11-07 12:53:54 +00:00
parent 1472db4c06
commit 73a6e46a1a

View File

@ -111,7 +111,7 @@ BOOST_TT_AUX_BOOL_TRAIT_SPEC1(is_enum,void const volatile,false)
//
// buggy is_convertible prevents working
// implementation of is_enum:
BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_enum,T,BOOST_IS_ENUM(T))
BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_enum,T,false)
#endif