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