forked from boostorg/type_traits
TypeTraits: Remove use of obsolete macro.
[SVN r85917]
This commit is contained in:
@ -28,7 +28,6 @@ template< typename T > struct trait \
|
||||
: BOOST_TT_AUX_SIZE_T_BASE(C) \
|
||||
{ \
|
||||
public:\
|
||||
BOOST_TT_AUX_SIZE_T_TRAIT_VALUE_DECL(C) \
|
||||
BOOST_MPL_AUX_LAMBDA_SUPPORT(1,trait,(T)) \
|
||||
}; \
|
||||
\
|
||||
@ -40,7 +39,6 @@ template<> struct trait<spec> \
|
||||
: BOOST_TT_AUX_SIZE_T_BASE(C) \
|
||||
{ \
|
||||
public:\
|
||||
BOOST_TT_AUX_SIZE_T_TRAIT_VALUE_DECL(C) \
|
||||
BOOST_MPL_AUX_LAMBDA_SUPPORT_SPEC(1,trait,(spec)) \
|
||||
}; \
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user