forked from HowardHinnant/date
Turn off constexpr when using clang + VS-2013 std::lib
This commit is contained in:
2
date.h
2
date.h
@@ -69,7 +69,7 @@ namespace date
|
|||||||
// Configuration |
|
// Configuration |
|
||||||
//---------------+
|
//---------------+
|
||||||
|
|
||||||
#if defined(_MSC_VER) && !defined(__clang__)
|
#if defined(_MSC_VER) && (!defined(__clang__) || (_MSC_VER < 1910))
|
||||||
// MSVC
|
// MSVC
|
||||||
# if _MSC_VER < 1910
|
# if _MSC_VER < 1910
|
||||||
// before VS2017
|
// before VS2017
|
||||||
|
Reference in New Issue
Block a user