fixed build with latest VS2017 v15.7.1; toolset MSVC 14.14

This commit is contained in:
Eugene Golushkov 2018-05-21 13:10:09 +03:00 committed by Howard Hinnant
parent f33e179936
commit 1fdda81a30

View File

@ -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