mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Remove obsolete C++14 define
There is no reason to have code conditional on C++14, because C++14 is the minimum supported language standard for v3.
This commit is contained in:
		| @@ -29,10 +29,6 @@ | ||||
|  | ||||
| #ifdef __cplusplus | ||||
|  | ||||
| #  if (__cplusplus >= 201402L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201402L) | ||||
| #    define CATCH_CPP14_OR_GREATER | ||||
| #  endif | ||||
|  | ||||
| #  if (__cplusplus >= 201703L) || (defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) | ||||
| #    define CATCH_CPP17_OR_GREATER | ||||
| #  endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský