Backed out PR #307 (use nullptr from VS2005) as it seems clr specific

This commit is contained in:
Phil Nash 2014-09-17 18:06:47 +01:00
parent 6492560394
commit 73a0744452

View File

@ -84,10 +84,6 @@
//#define CATCH_CONFIG_SFINAE // Not confirmed //#define CATCH_CONFIG_SFINAE // Not confirmed
#endif #endif
#if (_MSC_VER >= 1400)
#define CATCH_CONFIG_CPP11_NULLPTR
#endif
#endif // _MSC_VER #endif // _MSC_VER
// Use variadic macros if the compiler supports them // Use variadic macros if the compiler supports them