mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-01 12:47:11 +01:00
Moved ReusableStringStream impl to generic singleton
This commit is contained in:
committed by
Martin Hořeňovský
parent
5884ec1e28
commit
d6f2fd486c
@@ -81,7 +81,6 @@ namespace Catch {
|
||||
void cleanUp() {
|
||||
cleanupSingletons();
|
||||
cleanUpContext();
|
||||
ReusableStringStream::cleanup();
|
||||
}
|
||||
std::string translateActiveException() {
|
||||
return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException();
|
||||
|
||||
Reference in New Issue
Block a user