mirror of
https://github.com/HowardHinnant/date.git
synced 2025-01-14 01:37:57 +08:00
fixed build with latest VS2017 v15.7.1; toolset MSVC 14.14
This commit is contained in:
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user