(re)Inlined isTrue()

This commit is contained in:
Phil Nash 2017-11-21 13:12:22 +00:00
parent e54dcdac8b
commit 3b965aa501
3 changed files with 2 additions and 3 deletions

View file

@ -38,7 +38,6 @@ namespace Catch {
return os;
}
bool isTrue( bool value ){ return value; }
bool alwaysTrue() { return true; }
bool alwaysFalse() { return false; }