forked from boostorg/preprocessor
Fix non-variadic tuple elem access.
This commit is contained in:
@ -63,11 +63,8 @@
|
||||
# if BOOST_PP_LIMIT_TUPLE == 64
|
||||
# include <boost/preprocessor/tuple/limits/elem_64.hpp>
|
||||
# elif BOOST_PP_LIMIT_TUPLE == 128
|
||||
# include <boost/preprocessor/tuple/limits/elem_64.hpp>
|
||||
# include <boost/preprocessor/tuple/limits/elem_128.hpp>
|
||||
# elif BOOST_PP_LIMIT_TUPLE == 256
|
||||
# include <boost/preprocessor/tuple/limits/elem_64.hpp>
|
||||
# include <boost/preprocessor/tuple/limits/elem_128.hpp>
|
||||
# include <boost/preprocessor/tuple/limits/elem_256.hpp>
|
||||
# else
|
||||
# error Incorrect value for the BOOST_PP_LIMIT_TUPLE limit
|
||||
|
Reference in New Issue
Block a user