forked from boostorg/preprocessor
Iteration limit to 1024.
This commit is contained in:
@ -56,6 +56,10 @@
|
||||
# elif BOOST_PP_LIMIT_REPEAT == 512
|
||||
# include <boost/preprocessor/repetition/limits/repeat_256.hpp>
|
||||
# include <boost/preprocessor/repetition/limits/repeat_512.hpp>
|
||||
# elif BOOST_PP_LIMIT_REPEAT == 1024
|
||||
# include <boost/preprocessor/repetition/limits/repeat_256.hpp>
|
||||
# include <boost/preprocessor/repetition/limits/repeat_512.hpp>
|
||||
# include <boost/preprocessor/repetition/limits/repeat_1024.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_REPEAT limit
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user