mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-22 18:02:12 +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