diff --git a/include/internal/catch_compiler_capabilities.h b/include/internal/catch_compiler_capabilities.h index 89073bec..76d0ffda 100644 --- a/include/internal/catch_compiler_capabilities.h +++ b/include/internal/catch_compiler_capabilities.h @@ -84,10 +84,6 @@ //#define CATCH_CONFIG_SFINAE // Not confirmed #endif -#if (_MSC_VER >= 1400) -#define CATCH_CONFIG_CPP11_NULLPTR -#endif - #endif // _MSC_VER // Use variadic macros if the compiler supports them