Add 1024 limit for all related number functionality

This commit is contained in:
Edward Diener
2020-07-27 20:59:29 -04:00
parent 905520aaf8
commit 21f796567e
35 changed files with 11078 additions and 1870 deletions

View File

@ -25,6 +25,10 @@
# elif BOOST_PP_LIMIT_MAG == 512
# include <boost/preprocessor/facilities/limits/intercept_256.hpp>
# include <boost/preprocessor/facilities/limits/intercept_512.hpp>
# elif BOOST_PP_LIMIT_MAG == 1024
# include <boost/preprocessor/facilities/limits/intercept_256.hpp>
# include <boost/preprocessor/facilities/limits/intercept_512.hpp>
# include <boost/preprocessor/facilities/limits/intercept_1024.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_MAG limit
# endif