[SVN r70733]
This commit is contained in:
Paul Mensonides
2011-03-30 01:14:17 +00:00
parent 49142ec930
commit 0c87b91f95

View File

@ -28,7 +28,9 @@
# define BOOST_PP_ITERATION_PARAMS_1 (4, (1, 5, <libs/preprocessor/test/iteration.h>, 0x0002)) # define BOOST_PP_ITERATION_PARAMS_1 (4, (1, 5, <libs/preprocessor/test/iteration.h>, 0x0002))
# include BOOST_PP_ITERATE() # include BOOST_PP_ITERATE()
# #
# elif defined NO_FLAGS # else
#
# if defined NO_FLAGS
struct BOOST_PP_CAT(X, BOOST_PP_ITERATION()) { struct BOOST_PP_CAT(X, BOOST_PP_ITERATION()) {
BEGIN 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! # error should not get here!
# #
# endif # endif
# endif