mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Reporter "stats" objects passed in by Ptr
This commit is contained in:
		@@ -49,7 +49,12 @@ namespace Catch {
 | 
			
		||||
    IReporterRegistry::~IReporterRegistry() {}
 | 
			
		||||
    IStreamingReporter::~IStreamingReporter() {}
 | 
			
		||||
    LegacyReporterAdapter::~LegacyReporterAdapter() {}
 | 
			
		||||
    
 | 
			
		||||
    AssertionStats::~AssertionStats() {}
 | 
			
		||||
    SectionStats::~SectionStats() {}
 | 
			
		||||
    TestCaseStats::~TestCaseStats() {}
 | 
			
		||||
    TestGroupStats::~TestGroupStats() {}
 | 
			
		||||
    TestRunStats::~TestRunStats() {}
 | 
			
		||||
 | 
			
		||||
    BasicReporter::~BasicReporter() {}
 | 
			
		||||
    IRunner::~IRunner() {}
 | 
			
		||||
    IMutableContext::~IMutableContext() {}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user