mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-17 11:19:33 +01:00
Removed superfluous inline keywords
This commit is contained in:
@@ -106,4 +106,9 @@ namespace Catch {
|
||||
#endif
|
||||
return os;
|
||||
}
|
||||
|
||||
bool isTrue( bool value ){ return value; }
|
||||
bool alwaysTrue() { return true; }
|
||||
bool alwaysFalse() { return false; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user