forked from boostorg/preprocessor
Updated iteration tests for 512 maximum
This commit is contained in:
@ -23,6 +23,18 @@
|
||||
# define BOOST_PP_LOCAL_LIMITS (5, 1)
|
||||
# include BOOST_PP_LOCAL_ITERATE()
|
||||
#
|
||||
# if BOOST_PP_LIMIT_ITERATION > 256
|
||||
#
|
||||
# define BOOST_PP_LOCAL_MACRO(n) int BOOST_PP_CAT(int_li_f_,n) = n ;
|
||||
# define BOOST_PP_LOCAL_LIMITS (0, BOOST_PP_LIMIT_ITERATION)
|
||||
# include BOOST_PP_LOCAL_ITERATE()
|
||||
#
|
||||
# define BOOST_PP_LOCAL_MACRO(n) int BOOST_PP_CAT(int_li_r_,n) = n ;
|
||||
# define BOOST_PP_LOCAL_LIMITS (BOOST_PP_LIMIT_ITERATION, 0)
|
||||
# include BOOST_PP_LOCAL_ITERATE()
|
||||
#
|
||||
# endif
|
||||
#
|
||||
# define BOOST_PP_INDIRECT_SELF <libs/preprocessor/test/iteration.cpp>
|
||||
# include BOOST_PP_INCLUDE_SELF()
|
||||
#
|
||||
|
Reference in New Issue
Block a user