mirror of
https://github.com/HowardHinnant/date.git
synced 2024-12-26 07:53:16 +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 CONSTCD14 constexpr
|
||||
# define NOEXCEPT noexcept
|
||||
# define NOEXCEPT_COND(...) noexcept(__VA_ARGS__)
|
||||
# define NOEXCEPT_COND(...) /*noexcept(__VA_ARGS__)*/
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_CC) && __SUNPRO_CC <= 0x5150
|
||||
|
Loading…
x
Reference in New Issue
Block a user