Merge branch 'master' into contrib

This commit is contained in:
coombez
2017-11-21 08:15:03 -06:00
committed by GitHub
16 changed files with 91 additions and 54 deletions

View File

@@ -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();