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