From 1fdda81a30177e9b37563ef78f9c66c250e70271 Mon Sep 17 00:00:00 2001 From: Eugene Golushkov Date: Mon, 21 May 2018 13:10:09 +0300 Subject: [PATCH] fixed build with latest VS2017 v15.7.1; toolset MSVC 14.14 --- include/date/date.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/date/date.h b/include/date/date.h index 836e326..ee3d6c3 100644 --- a/include/date/date.h +++ b/include/date/date.h @@ -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