mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-03 14:34:34 +02:00
removed BOOST_IS_ENUM
[SVN r16142]
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user