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

@ -52,6 +52,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/forward1_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward1_512.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/forward1_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward1_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward1_1024.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

View File

@ -50,6 +50,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/forward2_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward2_512.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/forward2_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward2_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward2_1024.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

View File

@ -50,6 +50,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/forward3_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward3_512.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/forward3_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward3_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward3_1024.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

View File

@ -50,6 +50,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/forward4_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward4_512.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/forward4_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward4_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward4_1024.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

View File

@ -50,6 +50,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/forward5_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward5_512.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/forward5_256.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward5_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/forward5_1024.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -18,6 +18,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/reverse1_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse1_256.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/reverse1_1024.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse1_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse1_256.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

View File

@ -18,6 +18,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/reverse2_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse2_256.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/reverse2_1024.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse2_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse2_256.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

View File

@ -18,6 +18,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/reverse3_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse3_256.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/reverse3_1024.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse3_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse3_256.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

View File

@ -18,6 +18,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/reverse4_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse4_256.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/reverse4_1024.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse4_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse4_256.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

View File

@ -18,6 +18,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_256.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_1024.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_512.hpp>
# include <boost/preprocessor/iteration/detail/iter/limits/reverse5_256.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -40,6 +40,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/limits/local_256.hpp>
# include <boost/preprocessor/iteration/detail/limits/local_512.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/limits/local_256.hpp>
# include <boost/preprocessor/iteration/detail/limits/local_512.hpp>
# include <boost/preprocessor/iteration/detail/limits/local_1024.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif

View File

@ -18,6 +18,10 @@
# elif BOOST_PP_LIMIT_ITERATION == 512
# include <boost/preprocessor/iteration/detail/limits/rlocal_512.hpp>
# include <boost/preprocessor/iteration/detail/limits/rlocal_256.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 1024
# include <boost/preprocessor/iteration/detail/limits/rlocal_1024.hpp>
# include <boost/preprocessor/iteration/detail/limits/rlocal_512.hpp>
# include <boost/preprocessor/iteration/detail/limits/rlocal_256.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_ITERATION limit
# endif