forked from boostorg/preprocessor
Separate variadic and tuple limits so that variadic limits can be greater.
This commit is contained in:
@ -72,9 +72,6 @@
|
||||
# if !(BOOST_PP_LIMIT_MAG == 256 || BOOST_PP_LIMIT_MAG == 512 || BOOST_PP_LIMIT_MAG == 1024)
|
||||
# undef BOOST_PP_LIMIT_MAG
|
||||
# define BOOST_PP_LIMIT_MAG 256
|
||||
# if !defined(BOOST_PP_LIMIT_WHILE)
|
||||
# define BOOST_PP_LIMIT_WHILE 256
|
||||
# endif
|
||||
# else
|
||||
# if defined(BOOST_PP_LIMIT_WHILE) && BOOST_PP_LIMIT_WHILE < BOOST_PP_LIMIT_MAG
|
||||
# undef BOOST_PP_LIMIT_WHILE
|
||||
@ -82,11 +79,10 @@
|
||||
# if !defined(BOOST_PP_LIMIT_WHILE)
|
||||
# define BOOST_PP_LIMIT_WHILE BOOST_PP_LIMIT_MAG
|
||||
# endif
|
||||
# if defined(BOOST_PP_LIMIT_SEQ)
|
||||
# undef BOOST_PP_LIMIT_SEQ
|
||||
# endif
|
||||
# if !defined(BOOST_PP_LIMIT_SEQ)
|
||||
# define BOOST_PP_LIMIT_SEQ BOOST_PP_LIMIT_MAG
|
||||
# endif
|
||||
# endif
|
||||
# else
|
||||
# define BOOST_PP_LIMIT_MAG 256
|
||||
# if !defined(BOOST_PP_LIMIT_WHILE)
|
||||
@ -110,11 +106,6 @@
|
||||
# if !(BOOST_PP_LIMIT_VARIADIC == 64 || BOOST_PP_LIMIT_VARIADIC == 128 || BOOST_PP_LIMIT_VARIADIC == 256)
|
||||
# undef BOOST_PP_LIMIT_VARIADIC
|
||||
# define BOOST_PP_LIMIT_VARIADIC 64
|
||||
# else
|
||||
# if defined(BOOST_PP_LIMIT_TUPLE)
|
||||
# undef BOOST_PP_LIMIT_TUPLE
|
||||
# endif
|
||||
# define BOOST_PP_LIMIT_TUPLE BOOST_PP_LIMIT_VARIADIC
|
||||
# endif
|
||||
# else
|
||||
# define BOOST_PP_LIMIT_VARIADIC 64
|
||||
|
Reference in New Issue
Block a user