mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Remove empty compiler detection
If they are needed in the future, they can be reinstated, but there is no point in keeping them around currently.
This commit is contained in:
		| @@ -76,34 +76,6 @@ | ||||
|  | ||||
| #endif // __CYGWIN__ | ||||
|  | ||||
| //////////////////////////////////////////////////////////////////////////////// | ||||
| // Borland | ||||
| #ifdef __BORLANDC__ | ||||
|  | ||||
|  | ||||
| #endif // __BORLANDC__ | ||||
|  | ||||
| //////////////////////////////////////////////////////////////////////////////// | ||||
| // EDG | ||||
| #ifdef __EDG_VERSION__ | ||||
|  | ||||
|  | ||||
| #endif // __EDG_VERSION__ | ||||
|  | ||||
| //////////////////////////////////////////////////////////////////////////////// | ||||
| // Digital Mars | ||||
| #ifdef __DMC__ | ||||
|  | ||||
|  | ||||
| #endif // __DMC__ | ||||
|  | ||||
| //////////////////////////////////////////////////////////////////////////////// | ||||
| // GCC | ||||
| #ifdef __GNUC__ | ||||
|  | ||||
|  | ||||
| #endif // __GNUC__ | ||||
|  | ||||
| //////////////////////////////////////////////////////////////////////////////// | ||||
| // Visual C++ | ||||
| #ifdef _MSC_VER | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský