C++程序  |  7行  |  177 B

#include "internal/catch_interfaces_registry_hub.h"

namespace Catch {
    IRegistryHub::~IRegistryHub() = default;
    IMutableRegistryHub::~IMutableRegistryHub() = default;
}