mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-23 21:15:39 +02:00
Merge branch 'master' into contrib
This commit is contained in:
@@ -62,7 +62,8 @@ namespace Catch {
|
||||
std::ostream& operator << ( std::ostream& os, SourceLineInfo const& info );
|
||||
|
||||
// This is just here to avoid compiler warnings with macro constants and boolean literals
|
||||
inline bool isTrue( bool value ) { return value; }
|
||||
inline bool isTrue( bool value ){ return value; }
|
||||
|
||||
bool alwaysTrue();
|
||||
bool alwaysFalse();
|
||||
|
||||
|
Reference in New Issue
Block a user