forked from boostorg/preprocessor
gcc fix
[SVN r70733]
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user