mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 12:07:21 +02:00
spelling: functions
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
802e73477a
commit
56156dcc87
@ -116,7 +116,7 @@
|
|||||||
|
|
||||||
// Detect suport for defaulting move operations
|
// Detect suport for defaulting move operations
|
||||||
// (some older compilers implement rvalue references,
|
// (some older compilers implement rvalue references,
|
||||||
// defaulted funcitons but move operations are not special members and cannot be defaulted)
|
// defaulted functions but move operations are not special members and cannot be defaulted)
|
||||||
|
|
||||||
#ifdef BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
|
#ifdef BOOST_NO_CXX11_DEFAULTED_FUNCTIONS
|
||||||
# define BOOST_OPTIONAL_DETAIL_NO_DEFAULTED_MOVE_FUNCTIONS
|
# define BOOST_OPTIONAL_DETAIL_NO_DEFAULTED_MOVE_FUNCTIONS
|
||||||
|
Reference in New Issue
Block a user