Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73388 - branches/pplib/v2/boost/preprocessor/debug
From: eldiener_at_[hidden]
Date: 2011-07-26 16:40:42


Author: eldiener
Date: 2011-07-26 16:40:41 EDT (Tue, 26 Jul 2011)
New Revision: 73388
URL: http://svn.boost.org/trac/boost/changeset/73388

Log:
macro update
Text files modified:
   branches/pplib/v2/boost/preprocessor/debug/assert_is_seq.hpp | 11 +++++------
   1 files changed, 5 insertions(+), 6 deletions(-)

Modified: branches/pplib/v2/boost/preprocessor/debug/assert_is_seq.hpp
==============================================================================
--- branches/pplib/v2/boost/preprocessor/debug/assert_is_seq.hpp (original)
+++ branches/pplib/v2/boost/preprocessor/debug/assert_is_seq.hpp 2011-07-26 16:40:41 EDT (Tue, 26 Jul 2011)
@@ -40,7 +40,6 @@
 # if BOOST_PP_VARIADICS_MSVC
 #
 # include <boost/preprocessor/facilities/empty.hpp>
-# include <boost/preprocessor/facilities/expand.hpp>
 #
 # endif
 #
@@ -153,32 +152,32 @@
 #
 # if BOOST_PP_VARIADICS_MSVC
 # define BOOST_PP_IS_SEQ_DETAIL_ASSERT_FIRST_TUPLE_SIZE_EMPTY(x) \
- BOOST_PP_EXPAND(BOOST_PP_IS_SEQ_DETAIL_ASSERT_SIZE x) \
+ BOOST_PP_IS_SEQ_DETAIL_ASSERT_SIZE x \
 /**/
 #
 # define BOOST_PP_IS_SEQ_DETAIL_ASSERT_FIRST_TUPLE_SIZE_FULL(x) \
     BOOST_PP_VARIADIC_ELEM \
       ( \
       0, \
- BOOST_PP_EXPAND(BOOST_PP_IS_SEQ_DETAIL_ASSERT_SIZE_AFTER x) \
+ BOOST_PP_IS_SEQ_DETAIL_ASSERT_SIZE_AFTER x \
       ) \
 /**/
 #
 # define BOOST_PP_IS_SEQ_DETAIL_GET_AFTER_FIRST_TUPLE(x) \
- BOOST_PP_EXPAND(BOOST_PP_IS_SEQ_DETAIL_EMPTY x) \
+ BOOST_PP_IS_SEQ_DETAIL_EMPTY x \
 /**/
 #
 # define BOOST_PP_IS_SEQ_DETAIL_GEN_NOT_TUPLE(x) \
     BOOST_PP_IS_SEQ_DETAIL_GEN_NOT_TUPLE_GET \
       ( \
- BOOST_PP_EXPAND(BOOST_PP_IS_SEQ_DETAIL_EMPTY x) \
+ BOOST_PP_IS_SEQ_DETAIL_EMPTY x \
       ) \
 /**/
 #
 # define BOOST_PP_IS_SEQ_DETAIL_IS_AFTER_FIRST_TUPLE(x) \
     BOOST_PP_IS_TUPLE_BEGIN \
       ( \
- BOOST_PP_EXPAND(BOOST_PP_IS_SEQ_DETAIL_EMPTY x) \
+ BOOST_PP_IS_SEQ_DETAIL_EMPTY x \
       ) \
 /**/
 #


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