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

@ -81,7 +81,6 @@ namespace Catch {
void cleanUp() {
cleanupSingletons();
cleanUpContext();
ReusableStringStream::cleanup();
}
std::string translateActiveException() {
return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException();