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