Skip to content

Commit 53ee4c0

Browse files
committed
Add parens for compiler version check
1 parent d6d5a55 commit 53ee4c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/turtle/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# endif
2626
#endif
2727

28-
#if defined(__cpp_lib_uncaught_exceptions) || defined(_MSC_VER) && (_MSC_VER >= 1900)
28+
#if defined(__cpp_lib_uncaught_exceptions) || (defined(_MSC_VER) && (_MSC_VER >= 1900))
2929
# ifndef MOCK_NO_UNCAUGHT_EXCEPTIONS
3030
# define MOCK_UNCAUGHT_EXCEPTIONS
3131
# endif

0 commit comments

Comments
 (0)