Fix non-variadic tuple elem access.

This commit is contained in:
Edward Diener
2020-08-13 01:38:33 -04:00
parent 3f43be5b55
commit 44a4e07994
4 changed files with 2046 additions and 17 deletions

View File

@ -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