mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Remove superfluous comment
This commit is contained in:
		@@ -12,7 +12,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
namespace Catch {
 | 
					namespace Catch {
 | 
				
			||||||
    bool uncaught_exceptions() {
 | 
					    bool uncaught_exceptions() {
 | 
				
			||||||
// https://github.com/catchorg/Catch2/issues/1162
 | 
					 | 
				
			||||||
#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
 | 
					#if defined(CATCH_CONFIG_CPP17_UNCAUGHT_EXCEPTIONS)
 | 
				
			||||||
        return std::uncaught_exceptions() > 0;
 | 
					        return std::uncaught_exceptions() > 0;
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user