We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d5a55 commit 53ee4c0Copy full SHA for 53ee4c0
1 file changed
include/turtle/config.hpp
@@ -25,7 +25,7 @@
25
# endif
26
#endif
27
28
-#if defined(__cpp_lib_uncaught_exceptions) || defined(_MSC_VER) && (_MSC_VER >= 1900)
+#if defined(__cpp_lib_uncaught_exceptions) || (defined(_MSC_VER) && (_MSC_VER >= 1900))
29
# ifndef MOCK_NO_UNCAUGHT_EXCEPTIONS
30
# define MOCK_UNCAUGHT_EXCEPTIONS
31
0 commit comments