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