mirror of
https://github.com/TartanLlama/optional.git
synced 2025-07-29 17:37:13 +02:00
Fix macro
This commit is contained in:
@ -63,8 +63,7 @@
|
|||||||
|
|
||||||
// constexpr implies const in C++11, not C++14
|
// constexpr implies const in C++11, not C++14
|
||||||
#if (__cplusplus == 201103L || defined(TL_OPTIONAL_MSVC2015) || \
|
#if (__cplusplus == 201103L || defined(TL_OPTIONAL_MSVC2015) || \
|
||||||
defined(TL_OPTIONAL_GCC49)) && \
|
defined(TL_OPTIONAL_GCC49))
|
||||||
!defined(TL_OPTIONAL_GCC54)
|
|
||||||
/// \exclude
|
/// \exclude
|
||||||
#define TL_OPTIONAL_11_CONSTEXPR
|
#define TL_OPTIONAL_11_CONSTEXPR
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user