mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 00:51:52 +01:00 
			
		
		
		
	(re)Inlined isTrue()
This commit is contained in:
		@@ -38,7 +38,6 @@ namespace Catch {
 | 
			
		||||
        return os;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    bool isTrue( bool value ){ return value; }
 | 
			
		||||
    bool alwaysTrue() { return true; }
 | 
			
		||||
    bool alwaysFalse() { return false; }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user