Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49243 - trunk/boost/mpl/aux_
From: agurtovoy_at_[hidden]
Date: 2008-10-10 05:59:35


Author: agurtovoy
Date: 2008-10-10 05:59:34 EDT (Fri, 10 Oct 2008)
New Revision: 49243
URL: http://svn.boost.org/trac/boost/changeset/49243

Log:
Revert changeset 31196 -- the corresponding preprocessed headers has never been regenerated since the change and therefore it has never been properly tested
Text files modified:
   trunk/boost/mpl/aux_/sequence_wrapper.hpp | 7 +------
   1 files changed, 1 insertions(+), 6 deletions(-)

Modified: trunk/boost/mpl/aux_/sequence_wrapper.hpp
==============================================================================
--- trunk/boost/mpl/aux_/sequence_wrapper.hpp (original)
+++ trunk/boost/mpl/aux_/sequence_wrapper.hpp 2008-10-10 05:59:34 EDT (Fri, 10 Oct 2008)
@@ -124,13 +124,9 @@
     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 @@
 #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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk