Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2023. The current version is 1.91.0.
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_PARAMSNote: 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.