mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	Default StreamingReporterBase::Node destructor
This commit is contained in:
		| @@ -22,7 +22,7 @@ namespace Catch { | ||||
|         template<typename T, typename ChildNodeT> | ||||
|         struct Node { | ||||
|             explicit Node( T const& _value ) : value( _value ) {} | ||||
|             virtual ~Node() {} | ||||
|             virtual ~Node() = default; | ||||
|  | ||||
|             using ChildNodes = std::vector<std::shared_ptr<ChildNodeT>>; | ||||
|             T value; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský