mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 12:07:21 +02:00
spelling: msvc
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Andrzej Krzemienski
parent
581c43f25c
commit
168552e021
@ -53,7 +53,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(_MSC_VER) && _MSC_VER <= 1800)
|
#if (defined(_MSC_VER) && _MSC_VER <= 1800)
|
||||||
// on MSCV 2013 and earlier an unwanted temporary is created when you assign from
|
// on MSVC 2013 and earlier an unwanted temporary is created when you assign from
|
||||||
// a const lvalue of integral type. Thus we bind not to the original address but
|
// a const lvalue of integral type. Thus we bind not to the original address but
|
||||||
// to a temporary.
|
// to a temporary.
|
||||||
# define BOOST_OPTIONAL_CONFIG_NO_PROPER_ASSIGN_FROM_CONST_INT
|
# define BOOST_OPTIONAL_CONFIG_NO_PROPER_ASSIGN_FROM_CONST_INT
|
||||||
|
Reference in New Issue
Block a user