mirror of
https://github.com/boostorg/variant.git
synced 2026-01-19 04:42:16 +00:00
fix typos
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
|
||||
<macro name="BOOST_VARIANT_DO_NOT_SPECIALIZE_STD_HASH">
|
||||
<purpose>
|
||||
<simpara>Define this macro if you do not with to have a <code><classname>std::hash</classname></code> specialization for
|
||||
<simpara>Define this macro if you do not wish to have a <code><classname>std::hash</classname></code> specialization for
|
||||
<code><classname>boost::variant</classname></code>.</simpara>
|
||||
</purpose>
|
||||
</macro>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// macro BOOST_VARIANT_DO_NOT_SPECIALIZE_STD_HASH
|
||||
//
|
||||
// Define this macro if you do not with to have a std::hash specialization for
|
||||
// Define this macro if you do not wish to have a std::hash specialization for
|
||||
// boost::variant.
|
||||
|
||||
#if !defined(BOOST_VARIANT_DO_NOT_SPECIALIZE_STD_HASH) && !defined(BOOST_NO_CXX11_HDR_FUNCTIONAL)
|
||||
|
||||
Reference in New Issue
Block a user