forked from boostorg/preprocessor
Added 1024 as maximum number
This commit is contained in:
@ -43,6 +43,10 @@
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/comparison/limits/not_equal_256.hpp>
|
||||
# include <boost/preprocessor/comparison/limits/not_equal_512.hpp>
|
||||
# elif BOOST_PP_LIMIT_MAG == 1024
|
||||
# include <boost/preprocessor/comparison/limits/not_equal_256.hpp>
|
||||
# include <boost/preprocessor/comparison/limits/not_equal_512.hpp>
|
||||
# include <boost/preprocessor/comparison/limits/not_equal_1024.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_MAG limit
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user