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