forked from boostorg/preprocessor
Updated limit implementation.
This commit is contained in:
@ -16,11 +16,14 @@
|
||||
#
|
||||
# /* BOOST_PP_INTERCEPT */
|
||||
#
|
||||
# define BOOST_PP_INTERCEPT BOOST_PP_INTERCEPT_
|
||||
#
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_MAG == 256
|
||||
# include <boost/preprocessor/facilities/limits/intercept_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/facilities/limits/intercept_256.hpp>
|
||||
# include <boost/preprocessor/facilities/limits/intercept_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_MAG limit
|
||||
|
Reference in New Issue
Block a user