The BOOST_PP_LIMIT_REPEAT macro defines the maximum number of repetitions supported by each BOOST_PP_REPEAT dimension.
Usage
BOOST_PP_LIMIT_REPEAT
Remarks
If BOOST_PP_CONFIG_UNROLLED is 1, this macro currently expands to 128.
Otherwise, it expands to 256.
Requirements