diff --git a/include/catch.hpp b/include/catch.hpp index 9240467a..9e8c2a71 100644 --- a/include/catch.hpp +++ b/include/catch.hpp @@ -18,7 +18,7 @@ #endif // Use variadic macros if the compiler supports them -#if ( defined _MSC_VER && _MSC_VER >= 1400 && !defined __EDGE__) || \ +#if ( defined _MSC_VER && _MSC_VER > 1400 && !defined __EDGE__) || \ ( defined __WAVE__ && __WAVE_HAS_VARIADICS ) || \ ( defined __GNUC__ && __GNUC__ >= 3 ) || \ ( !defined __cplusplus && __STDC_VERSION__ >= 199901L || __cplusplus >= 201103L )