Merge branch 'master' into dev-modernize
This commit is contained in:
commit
aa42dd92d1
24 changed files with 281 additions and 42 deletions
|
@ -101,6 +101,9 @@ namespace Catch {
|
|||
std::ostream& cerr() {
|
||||
return std::cerr;
|
||||
}
|
||||
std::ostream& clog() {
|
||||
return std::clog;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue