TypeTraits: Remove use of obsolete macro.

[SVN r85917]
This commit is contained in:
Stephen Kelly
2013-09-25 21:14:24 +00:00
parent dec59cee34
commit ed84feb8b2

View File

@ -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)) \
}; \
/**/