C++程序  |  7行  |  208 B

#include "internal/catch_interfaces_exception.h"

namespace Catch {
    IExceptionTranslator::~IExceptionTranslator() = default;
    IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default;
}