mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-02 20:24:27 +02:00
fixed build with latest VS2017 v15.7.1; toolset MSVC 14.14
This commit is contained in:
committed by
Howard Hinnant
parent
f33e179936
commit
1fdda81a30
@@ -103,7 +103,7 @@ namespace date
|
|||||||
# define CONSTCD11 constexpr
|
# define CONSTCD11 constexpr
|
||||||
# define CONSTCD14 constexpr
|
# define CONSTCD14 constexpr
|
||||||
# define NOEXCEPT noexcept
|
# define NOEXCEPT noexcept
|
||||||
# define NOEXCEPT_COND(...) noexcept(__VA_ARGS__)
|
# define NOEXCEPT_COND(...) /*noexcept(__VA_ARGS__)*/
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#elif defined(__SUNPRO_CC) && __SUNPRO_CC <= 0x5150
|
#elif defined(__SUNPRO_CC) && __SUNPRO_CC <= 0x5150
|
||||||
|
Reference in New Issue
Block a user