From 5f8bfd09a481f47319f224b39a3332da9349f428 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Fri, 10 Oct 2008 09:59:34 +0000 Subject: [PATCH] Revert changeset 31196 -- the corresponding preprocessed headers has never been regenerated since the change and therefore it has never been properly tested [SVN r49243] --- include/boost/mpl/aux_/sequence_wrapper.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/boost/mpl/aux_/sequence_wrapper.hpp b/include/boost/mpl/aux_/sequence_wrapper.hpp index b53691a..0a5cb15 100644 --- a/include/boost/mpl/aux_/sequence_wrapper.hpp +++ b/include/boost/mpl/aux_/sequence_wrapper.hpp @@ -124,13 +124,9 @@ namespace boost { namespace mpl { BOOST_PP_ENUM_PARAMS(n, AUX778076_SEQUENCE_TEMPLATE_PARAM) \ /**/ -# define AUX778076_CONVERT_CN_TO(z,n,TARGET) \ - TARGET(BOOST_PP_CAT(C,n)) \ - /**/ - # define AUX778076_SEQUENCE_N_ARGS(n) \ T BOOST_PP_COMMA_IF(n) \ - BOOST_PP_ENUM(n,AUX778076_CONVERT_CN_TO,T) \ + BOOST_PP_ENUM_PARAMS(n,C) \ /**/ # define AUX778076_SEQUENCE_N_PARTIAL_SPEC_ARGS(n) \ @@ -207,7 +203,6 @@ struct AUX778076_SEQUENCE_NAME #endif // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION # undef AUX778076_SEQUENCE_N_PARTIAL_SPEC_ARGS -# undef AUX778076_CONVERT_CN_TO # undef AUX778076_SEQUENCE_N_ARGS # undef AUX778076_SEQUENCE_N_PARAMS # undef AUX778076_SEQUENCE_DEFAULT_PARAMS