forked from catchorg/Catch2
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			168 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			168 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include "catch_interfaces_registry_hub.h"
 | 
						|
 | 
						|
namespace Catch {
 | 
						|
    IRegistryHub::~IRegistryHub() = default;
 | 
						|
    IMutableRegistryHub::~IMutableRegistryHub() = default;
 | 
						|
}
 |