1 #include "internal/catch_interfaces_exception.h" 2 3 namespace Catch { 4 IExceptionTranslator::~IExceptionTranslator() = default; 5 IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default; 6 } 7
1 #include "internal/catch_interfaces_exception.h" 2 3 namespace Catch { 4 IExceptionTranslator::~IExceptionTranslator() = default; 5 IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default; 6 } 7