Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r70733 - trunk/libs/preprocessor/test
From: pmenso57_at_[hidden]
Date: 2011-03-29 21:14:18


Author: pmenso57
Date: 2011-03-29 21:14:17 EDT (Tue, 29 Mar 2011)
New Revision: 70733
URL: http://svn.boost.org/trac/boost/changeset/70733

Log:
gcc fix
Text files modified:
   trunk/libs/preprocessor/test/iteration.h | 5 ++++-
   1 files changed, 4 insertions(+), 1 deletions(-)

Modified: trunk/libs/preprocessor/test/iteration.h
==============================================================================
--- trunk/libs/preprocessor/test/iteration.h (original)
+++ trunk/libs/preprocessor/test/iteration.h 2011-03-29 21:14:17 EDT (Tue, 29 Mar 2011)
@@ -28,7 +28,9 @@
 # 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 +60,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