...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS — Controls maximum amount of variant
parameters for multi visistors. Not used when std::tuple
is available and
BOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES
is not defined.
// In header: <boost/variant/multivisitors.hpp>
BOOST_VARAINT_MAX_MULTIVIZITOR_PARAMS
Note: Default amount is 4. Define it
to bigger value before including <boost/variant/multivisitors.hpp> to
increase maximum amount of variant
parameters for apply_visitor.