forked from boostorg/preprocessor
Updated tests and doc fix.
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
# define BOOST_PP_LOCAL_LIMITS (5, 1)
|
||||
# include BOOST_PP_LOCAL_ITERATE()
|
||||
#
|
||||
# if BOOST_PP_LIMIT_ITERATION > 256
|
||||
# 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)
|
||||
|
Reference in New Issue
Block a user