forked from boostorg/preprocessor
Added ability to change the number of tuple elements. A number of small fixes.
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
#
|
||||
# include <boost/preprocessor/config/limits.hpp>
|
||||
#
|
||||
# if BOOST_PP_LIMIT_WHILE == 256
|
||||
# if BOOST_PP_LIMIT_MAG == 256
|
||||
# include <boost/preprocessor/repetition/repeat_from_to_256.hpp>
|
||||
# elif BOOST_PP_LIMIT_WHILE == 512
|
||||
# elif BOOST_PP_LIMIT_MAG == 512
|
||||
# include <boost/preprocessor/repetition/repeat_from_to_512.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_WHILE limit
|
||||
|
Reference in New Issue
Block a user