From ed84feb8b2b92a26f30c203719b6c72049965607 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 25 Sep 2013 21:14:24 +0000 Subject: [PATCH] TypeTraits: Remove use of obsolete macro. [SVN r85917] --- include/boost/type_traits/detail/size_t_trait_def.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/type_traits/detail/size_t_trait_def.hpp b/include/boost/type_traits/detail/size_t_trait_def.hpp index 0ee3ebb..ac7e2f8 100644 --- a/include/boost/type_traits/detail/size_t_trait_def.hpp +++ b/include/boost/type_traits/detail/size_t_trait_def.hpp @@ -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 \ : 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)) \ }; \ /**/