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

@ -37,6 +37,10 @@
# elif BOOST_PP_LIMIT_SEQ == 512
# include <boost/preprocessor/seq/limits/enum_256.hpp>
# include <boost/preprocessor/seq/limits/enum_512.hpp>
# elif BOOST_PP_LIMIT_SEQ == 1024
# include <boost/preprocessor/seq/limits/enum_256.hpp>
# include <boost/preprocessor/seq/limits/enum_512.hpp>
# include <boost/preprocessor/seq/limits/enum_1024.hpp>
# else
# error Incorrect value for the BOOST_PP_LIMIT_SEQ limit
# endif