forked from boostorg/preprocessor
Updated limits need undefs. Break reverse into two eequal parts. Updated seq tests.
This commit is contained in:
@ -116,6 +116,7 @@
|
||||
# undef BOOST_PP_LIMIT_FOR
|
||||
# define BOOST_PP_LIMIT_FOR 256
|
||||
# elif BOOST_PP_LIMIT_FOR > BOOST_PP_LIMIT_MAG
|
||||
# undef BOOST_PP_LIMIT_FOR
|
||||
# define BOOST_PP_LIMIT_FOR BOOST_PP_LIMIT_MAG
|
||||
# endif
|
||||
# else
|
||||
@ -127,6 +128,7 @@
|
||||
# undef BOOST_PP_LIMIT_REPEAT
|
||||
# define BOOST_PP_LIMIT_REPEAT 256
|
||||
# elif BOOST_PP_LIMIT_REPEAT > BOOST_PP_LIMIT_MAG
|
||||
# undef BOOST_PP_LIMIT_REPEAT
|
||||
# define BOOST_PP_LIMIT_REPEAT BOOST_PP_LIMIT_MAG
|
||||
# endif
|
||||
# else
|
||||
@ -138,6 +140,7 @@
|
||||
# undef BOOST_PP_LIMIT_SEQ
|
||||
# define BOOST_PP_LIMIT_SEQ 256
|
||||
# elif BOOST_PP_LIMIT_SEQ > BOOST_PP_LIMIT_MAG
|
||||
# undef BOOST_PP_LIMIT_SEQ
|
||||
# define BOOST_PP_LIMIT_SEQ BOOST_PP_LIMIT_MAG
|
||||
# endif
|
||||
# else
|
||||
@ -149,6 +152,7 @@
|
||||
# undef BOOST_PP_LIMIT_ITERATION
|
||||
# define BOOST_PP_LIMIT_ITERATION 256
|
||||
# elif BOOST_PP_LIMIT_ITERATION > BOOST_PP_LIMIT_MAG
|
||||
# undef BOOST_PP_LIMIT_ITERATION
|
||||
# define BOOST_PP_LIMIT_ITERATION BOOST_PP_LIMIT_MAG
|
||||
# endif
|
||||
# else
|
||||
|
Reference in New Issue
Block a user