forked from boostorg/preprocessor
BOOST_PP_LIMIT_TUPLE extended to 16
[SVN r12452]
This commit is contained in:
@ -39,7 +39,7 @@ due to compiler limitations.
|
||||
#define BOOST_PP_LIMIT_MAG 128
|
||||
|
||||
//! Expands to the maximum tuple length supported by the library.
|
||||
#define BOOST_PP_LIMIT_TUPLE 8
|
||||
#define BOOST_PP_LIMIT_TUPLE 16
|
||||
|
||||
//! Obsolete. Use BOOST_PP_LIMIT_DIM.
|
||||
#define BOOST_PREPROCESSOR_LIMIT_DIM BOOST_PP_LIMIT_DIM
|
||||
|
Reference in New Issue
Block a user