mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Correct the name of the BOOST_NO_EXPLICIT_CONVERSION_OPERATORS macro in the documentation
[SVN r61624]
This commit is contained in:
@@ -581,7 +581,7 @@ defaulted (`= default`) functions.
|
|||||||
[[`BOOST_NO_DELETED_FUNCTIONS`][The compiler does not support
|
[[`BOOST_NO_DELETED_FUNCTIONS`][The compiler does not support
|
||||||
deleted (`= delete`) functions.
|
deleted (`= delete`) functions.
|
||||||
]]
|
]]
|
||||||
[[`BOOST_NO_EXPLICIT_CONVERSION_OPERATIONS`][The compiler does not support
|
[[`BOOST_NO_EXPLICIT_CONVERSION_OPERATORS`][The compiler does not support
|
||||||
explicit conversion operators (`explicit operator T()`).
|
explicit conversion operators (`explicit operator T()`).
|
||||||
]]
|
]]
|
||||||
[[`BOOST_NO_EXTERN_TEMPLATE`][The compiler does not support
|
[[`BOOST_NO_EXTERN_TEMPLATE`][The compiler does not support
|
||||||
|
Reference in New Issue
Block a user