We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb1c4b commit 0f9a586Copy full SHA for 0f9a586
2 files changed
include/yaml-cpp/exceptions.h
@@ -15,7 +15,7 @@
15
16
// This is here for compatibility with older versions of Visual Studio
17
// which don't support noexcept
18
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && _MSC_VER < 1900
19
#define YAML_CPP_NOEXCEPT _NOEXCEPT
20
#else
21
#define YAML_CPP_NOEXCEPT noexcept
src/exceptions.cpp
@@ -2,7 +2,7 @@
2
3
4
5
6
7
8
0 commit comments