mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Remove superfluous include and fix comment
This commit is contained in:
		| @@ -8,8 +8,6 @@ | |||||||
| #ifndef TWOBLUECUBES_CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED | #ifndef TWOBLUECUBES_CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED | ||||||
| #define TWOBLUECUBES_CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED | #define TWOBLUECUBES_CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED | ||||||
|  |  | ||||||
| #include "catch_platform.h" |  | ||||||
|  |  | ||||||
| // Detect a number of compiler features - by compiler | // Detect a number of compiler features - by compiler | ||||||
| // The following features are defined: | // The following features are defined: | ||||||
| // | // | ||||||
| @@ -81,7 +79,7 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| //////////////////////////////////////////////////////////////////////////////// | //////////////////////////////////////////////////////////////////////////////// | ||||||
| // We know some environments not to support full POSIX signals | // Not all Windows environments support SEH properly | ||||||
| #if defined(__MINGW32__) | #if defined(__MINGW32__) | ||||||
| #    define CATCH_INTERNAL_CONFIG_NO_WINDOWS_SEH | #    define CATCH_INTERNAL_CONFIG_NO_WINDOWS_SEH | ||||||
| #endif | #endif | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský