Iteration limit to 1024.

This commit is contained in:
Edward Diener
2020-07-28 20:36:00 -04:00
parent 585fad5198
commit 2fb4b3de1b
39 changed files with 33851 additions and 1639 deletions

View File

@ -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