Merge remote-tracking branch 'upstream/master' into contrib

This commit is contained in:
Martin Hořeňovský
2017-12-09 20:04:47 +01:00
62 changed files with 3199 additions and 509 deletions

View File

@@ -34,9 +34,6 @@ namespace Catch {
return os;
}
bool alwaysTrue() { return true; }
bool alwaysFalse() { return false; }
std::string StreamEndStop::operator+() const {
return std::string();
}