diff --git a/include/date/date.h b/include/date/date.h index 156d809..799cfee 100644 --- a/include/date/date.h +++ b/include/date/date.h @@ -90,6 +90,7 @@ namespace date #if defined(_MSC_VER) && (!defined(__clang__) || (_MSC_VER < 1910)) // MSVC +# define _SILENCE_CXX17_UNCAUGHT_EXCEPTION_DEPRECATION_WARNING # if _MSC_VER < 1910 // before VS2017 # define CONSTDATA const