Front Page / Macros / Configuration / BOOST_MPL_LIMIT_STRING_SIZE |
#if !defined(BOOST_MPL_LIMIT_STRING_SIZE) # define BOOST_MPL_LIMIT_STRING_SIZE \ implementation-defined integral constant \ /**/ #endif
BOOST_MPL_LIMIT_STRING_SIZE is an overridable configuration macro regulating the maximum arity of the string's variadic forms. In this implementation of the library, BOOST_MPL_LIMIT_STRING_SIZE has a default value of 32. To override the default limit, define BOOST_MPL_LIMIT_STRING_SIZE to the desired maximum arity before including any library header.