mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-18 16:12:11 +01:00
Moved ReusableStringStream impl to generic singleton
This commit is contained in:
committed by
Martin Hořeňovský
parent
5884ec1e28
commit
d6f2fd486c
@@ -43,8 +43,6 @@ namespace Catch {
|
||||
return *this;
|
||||
}
|
||||
auto get() -> std::ostream& { return *m_oss; }
|
||||
|
||||
static void cleanup();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user