Updated limit implementation.

This commit is contained in:
Edward Diener
2020-07-02 11:24:15 -04:00
parent 47b430e3d5
commit 15d0d66a75
161 changed files with 1185 additions and 33760 deletions

View File

@ -17,6 +17,7 @@
# include <boost/preprocessor/iteration/detail/limits/rlocal_256.hpp>
# elif BOOST_PP_LIMIT_ITERATION == 512
# 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