mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Merge branch 'master' of https://github.com/mattrubin/Catch
This commit is contained in:
		@@ -76,6 +76,8 @@
 | 
				
			|||||||
        #else
 | 
					        #else
 | 
				
			||||||
            #define BreakIntoDebugger() if( Catch::AmIBeingDebugged() ) {__asm__("int $3\n" : : );}
 | 
					            #define BreakIntoDebugger() if( Catch::AmIBeingDebugged() ) {__asm__("int $3\n" : : );}
 | 
				
			||||||
        #endif
 | 
					        #endif
 | 
				
			||||||
 | 
					    #else
 | 
				
			||||||
 | 
					        #define BreakIntoDebugger()
 | 
				
			||||||
    #endif
 | 
					    #endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#elif defined(__WIN32__) && defined(_MSC_VER)
 | 
					#elif defined(__WIN32__) && defined(_MSC_VER)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user