mirror of
https://github.com/catchorg/Catch2.git
synced 2026-04-28 18:02:05 +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