mirror of
https://github.com/HowardHinnant/date.git
synced 2026-08-03 20:14:08 +02:00
Set _SILENCE_CXX17_UNCAUGHT_EXCEPTION_DEPRECATION_WARNING for VS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user