Moved ReusableStringStream impl to generic singleton
This commit is contained in:
parent
5884ec1e28
commit
d6f2fd486c
3 changed files with 4 additions and 33 deletions
|
@ -81,7 +81,6 @@ namespace Catch {
|
|||
void cleanUp() {
|
||||
cleanupSingletons();
|
||||
cleanUpContext();
|
||||
ReusableStringStream::cleanup();
|
||||
}
|
||||
std::string translateActiveException() {
|
||||
return getRegistryHub().getExceptionTranslatorRegistry().translateActiveException();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue