mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 03:57:20 +02:00
Fixed silly && bug
This commit is contained in:
committed by
Andrzej Krzemienski
parent
69bf75ae6d
commit
6e10173a44
@ -149,7 +149,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __cplusplus >= 201103L
|
#if __cplusplus >= 201103L
|
||||||
# if BOOST_WORKAROUND(BOOST_GCC, >= 50000) &&
|
# if BOOST_WORKAROUND(BOOST_GCC, >= 50000)
|
||||||
# define BOOST_OPTIONAL_DETAIL_USE_STD_TYPE_TRAITS
|
# define BOOST_OPTIONAL_DETAIL_USE_STD_TYPE_TRAITS
|
||||||
# elif (defined BOOST_CLANG)
|
# elif (defined BOOST_CLANG)
|
||||||
# define BOOST_OPTIONAL_DETAIL_USE_STD_TYPE_TRAITS
|
# define BOOST_OPTIONAL_DETAIL_USE_STD_TYPE_TRAITS
|
||||||
|
Reference in New Issue
Block a user