mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Merge branch 'SingleEvaluation' of https://github.com/ctt/Catch into SingleEvaluation
This commit is contained in:
		@@ -96,6 +96,7 @@
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
	   inline void BreakIntoDebugger(){}
 | 
						   inline void BreakIntoDebugger(){}
 | 
				
			||||||
 | 
						   inline bool isDebuggerActive() { return false; }
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
inline void writeToDebugConsole( const std::string& text )
 | 
					inline void writeToDebugConsole( const std::string& text )
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user