mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	enable nullptr for VS2010
This commit is contained in:
		| @@ -80,6 +80,10 @@ | ||||
| // Visual C++ | ||||
| #ifdef _MSC_VER | ||||
|  | ||||
| #if (_MSC_VER >= 1600) | ||||
| #define CATCH_CONFIG_CPP11_NULLPTR | ||||
| #endif | ||||
|  | ||||
| #if (_MSC_VER >= 1310 ) // (VC++ 7.0+) | ||||
| //#define CATCH_CONFIG_SFINAE // Not confirmed | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash