We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d797873 commit 41e2853Copy full SHA for 41e2853
include/SQLiteCpp/Exception.h
@@ -49,8 +49,6 @@ class Exception : public std::runtime_error
49
// GCC 4.7 and following have noexcept
50
#elif defined(__clang__) && __has_feature(cxx_noexcept)
51
// Clang 3.0 and above have noexcept
52
-#elif defined(_MSC_VER) && (_MSC_VER >= 1700)
53
-// Visual Studio 2012 and above have noexcept
54
#else
55
#define noexcept throw()
56
#endif
0 commit comments