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 the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Macro BOOST_VARIANT_DO_NOT_SPECIALIZE_STD_HASH

BOOST_VARIANT_DO_NOT_SPECIALIZE_STD_HASH — Define this macro if you do not wish to have a std::hash specialization for boost::variant.

Synopsis

// In header: <boost/variant/variant_fwd.hpp>

BOOST_VARIANT_DO_NOT_SPECIALIZE_STD_HASH

PrevUpHomeNext