The BOOST_PP_CONFIG_UNROLLED is a user-defined macro that determines whether BOOST_PP_REPEAT is unrolled.

Usage

#define BOOST_PP_CONFIG_UNROLLED n

Arguments

n
The value that determines if BOOST_PP_REPEAT is unrolled. This value must be 0 or 1.

Remarks

If n is 1, BOOST_PP_REPEAT will be unrolled.  By default, this macro is set to 0.