mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-18 10:55:39 +02: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