mirror of
https://github.com/TartanLlama/expected.git
synced 2025-08-03 19:04:29 +02:00
More constexpr fixes
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
#define TL_EXPECTED_GCC49_CONSTEXPR constexpr
|
#define TL_EXPECTED_GCC49_CONSTEXPR constexpr
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef TL_EXPECTED_MSVC2015_CONSTEXPR
|
#ifdef TL_EXPECTED_MSVC2015
|
||||||
#define TL_EXPECTED_MSVC2015_CONSTEXPR
|
#define TL_EXPECTED_MSVC2015_CONSTEXPR
|
||||||
#else
|
#else
|
||||||
#define TL_EXPECTED_MSVC2015_CONSTEXPR constexpr
|
#define TL_EXPECTED_MSVC2015_CONSTEXPR constexpr
|
||||||
|
Reference in New Issue
Block a user