BOOST_PP_LIMIT_TUPLE extended to 16

[SVN r12452]
This commit is contained in:
Vesa Karvonen
2002-01-23 11:28:10 +00:00
parent 2a8190cf92
commit f58a5b4e7d
4 changed files with 134 additions and 10 deletions

View File

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