mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-31 17:07:52 +00:00
Removed superfluous inline keywords
This commit is contained in:
parent
d8df83ee2f
commit
878bd140e6
5 changed files with 15 additions and 10 deletions
|
@ -106,4 +106,9 @@ namespace Catch {
|
|||
#endif
|
||||
return os;
|
||||
}
|
||||
|
||||
bool isTrue( bool value ){ return value; }
|
||||
bool alwaysTrue() { return true; }
|
||||
bool alwaysFalse() { return false; }
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue