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

@ -24,6 +24,10 @@
# elif BOOST_PP_LIMIT_FOR == 512
# include <boost/preprocessor/repetition/detail/edg/limits/for_256.hpp>
# include <boost/preprocessor/repetition/detail/edg/limits/for_512.hpp>
# elif BOOST_PP_LIMIT_FOR == 1024
# include <boost/preprocessor/repetition/detail/edg/limits/for_256.hpp>
# include <boost/preprocessor/repetition/detail/edg/limits/for_512.hpp>
# include <boost/preprocessor/repetition/detail/edg/limits/for_1024.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_FOR limit
# endif

File diff suppressed because it is too large Load Diff