mirror of
https://github.com/boostorg/optional.git
synced 2025-07-23 17:17:17 +02:00
CFG: handling C++03 compilers
This commit is contained in:
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
#endif // defined(__GNUC__)
|
#endif // defined(__GNUC__)
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if (defined __GNUC__) && (!defined BOOST_NO_CXX11_RVALUE_REFERENCES)
|
||||||
// On some initial rvalue reference implementations GCC does it in a strange way,
|
// On some initial rvalue reference implementations GCC does it in a strange way,
|
||||||
// preferring perfect-forwarding constructor to implicit copy constructor.
|
// preferring perfect-forwarding constructor to implicit copy constructor.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user