Removed superfluous inline keywords

This commit is contained in:
Martin Hořeňovský 2017-07-12 16:16:55 +02:00
parent d8df83ee2f
commit 878bd140e6
5 changed files with 15 additions and 10 deletions

View file

@ -106,4 +106,9 @@ namespace Catch {
#endif
return os;
}
bool isTrue( bool value ){ return value; }
bool alwaysTrue() { return true; }
bool alwaysFalse() { return false; }
}