Fix macro

This commit is contained in:
Simon Brand
2018-02-23 09:23:53 +00:00
parent 2ab4f77498
commit 3452cc1c8c

View File

@ -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