From 0c87b91f9515945cebe0a2c11e74073b1c8fd9c9 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Wed, 30 Mar 2011 01:14:17 +0000 Subject: [PATCH] gcc fix [SVN r70733] --- test/iteration.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/iteration.h b/test/iteration.h index de46ea2..f2a1716 100644 --- a/test/iteration.h +++ b/test/iteration.h @@ -28,7 +28,9 @@ # define BOOST_PP_ITERATION_PARAMS_1 (4, (1, 5, , 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 @@ struct BOOST_PP_CAT(Z, BOOST_PP_CAT(BOOST_PP_ITERATION(), BOOST_PP_RELATIVE_ITER # error should not get here! # # endif +# endif