Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49245 - in trunk/boost/mpl: . aux_
From: agurtovoy_at_[hidden]
Date: 2008-10-10 06:23:28


Author: agurtovoy
Date: 2008-10-10 06:23:28 EDT (Fri, 10 Oct 2008)
New Revision: 49245
URL: http://svn.boost.org/trac/boost/changeset/49245

Log:
Okay, it was partially tested, on vector_c only. Restore it conditionally
Text files modified:
   trunk/boost/mpl/aux_/sequence_wrapper.hpp | 9 +++++++--
   trunk/boost/mpl/vector_c.hpp | 3 ++-
   2 files changed, 9 insertions(+), 3 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 06:23:28 EDT (Fri, 10 Oct 2008)
@@ -5,7 +5,7 @@
 
 ///// header body
 
-// Copyright Aleksey Gurtovoy 2000-2004
+// Copyright Aleksey Gurtovoy 2000-2008
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at
@@ -124,9 +124,13 @@
     BOOST_PP_ENUM_PARAMS(n, AUX778076_SEQUENCE_TEMPLATE_PARAM) \
     /**/
 
+# if !defined(AUX778076_SEQUENCE_CONVERT_CN_TO)
+# define AUX778076_SEQUENCE_CONVERT_CN_TO(z,n,TARGET) BOOST_PP_CAT(C,n)
+# endif
+
 # define AUX778076_SEQUENCE_N_ARGS(n) \
     T BOOST_PP_COMMA_IF(n) \
- BOOST_PP_ENUM_PARAMS(n,C) \
+ BOOST_PP_ENUM(n,AUX778076_SEQUENCE_CONVERT_CN_TO,T) \
     /**/
 
 # define AUX778076_SEQUENCE_N_PARTIAL_SPEC_ARGS(n) \
@@ -204,6 +208,7 @@
 
 # undef AUX778076_SEQUENCE_N_PARTIAL_SPEC_ARGS
 # undef AUX778076_SEQUENCE_N_ARGS
+# undef AUX778076_SEQUENCE_CONVERT_CN_TO
 # undef AUX778076_SEQUENCE_N_PARAMS
 # undef AUX778076_SEQUENCE_DEFAULT_PARAMS
 # undef AUX778076_SEQUENCE_ARGS

Modified: trunk/boost/mpl/vector_c.hpp
==============================================================================
--- trunk/boost/mpl/vector_c.hpp (original)
+++ trunk/boost/mpl/vector_c.hpp 2008-10-10 06:23:28 EDT (Fri, 10 Oct 2008)
@@ -2,7 +2,7 @@
 #ifndef BOOST_MPL_VECTOR_C_HPP_INCLUDED
 #define BOOST_MPL_VECTOR_C_HPP_INCLUDED
 
-// Copyright Aleksey Gurtovoy 2000-2004
+// Copyright Aleksey Gurtovoy 2000-2008
 //
 // Distributed under the Boost Software License, Version 1.0.
 // (See accompanying file LICENSE_1_0.txt or copy at
@@ -53,6 +53,7 @@
 # define AUX778076_SEQUENCE_NAME vector_c
 # define AUX778076_SEQUENCE_LIMIT BOOST_MPL_LIMIT_VECTOR_SIZE
 # define AUX778076_SEQUENCE_NAME_N(n) BOOST_PP_CAT(BOOST_PP_CAT(vector,n),_c)
+# define AUX778076_SEQUENCE_CONVERT_CN_TO(z,n,TARGET) TARGET(BOOST_PP_CAT(C,n))
 # define AUX778076_SEQUENCE_INTEGRAL_WRAPPER
 # include <boost/mpl/aux_/sequence_wrapper.hpp>
 


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