|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r70743 - branches/pplib/variadics/libs/preprocessor/test
From: pmenso57_at_[hidden]
Date: 2011-03-30 01:07:41
Author: pmenso57
Date: 2011-03-30 01:07:40 EDT (Wed, 30 Mar 2011)
New Revision: 70743
URL: http://svn.boost.org/trac/boost/changeset/70743
Log:
gcc fix
Text files modified:
branches/pplib/variadics/libs/preprocessor/test/iteration.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: branches/pplib/variadics/libs/preprocessor/test/iteration.h
==============================================================================
--- branches/pplib/variadics/libs/preprocessor/test/iteration.h (original)
+++ branches/pplib/variadics/libs/preprocessor/test/iteration.h 2011-03-30 01:07:40 EDT (Wed, 30 Mar 2011)
@@ -28,7 +28,8 @@
# define BOOST_PP_ITERATION_PARAMS_1 (4, (1, 5, <libs/preprocessor/test/iteration.h>, 0x0002))
# include BOOST_PP_ITERATE()
#
-# elif defined NO_FLAGS
+# else
+# if defined NO_FLAGS
struct BOOST_PP_CAT(X, BOOST_PP_ITERATION()) {
BEGIN
@@ -58,3 +59,4 @@
# error should not get here!
#
# endif
+# endif
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