Moved ReusableStringStream impl to generic singleton

This commit is contained in:
Phil Nash
2018-06-15 21:39:52 +01:00
committed by Martin Hořeňovský
parent 5884ec1e28
commit d6f2fd486c
3 changed files with 4 additions and 33 deletions

View File

@@ -43,8 +43,6 @@ namespace Catch {
return *this;
}
auto get() -> std::ostream& { return *m_oss; }
static void cleanup();
};
}