mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Use CATCH_NULL instead of NULL
- expands to nullptr if CATCH_CONFIG_CPP11_NULLPTR is defined (see #444)
This commit is contained in:
		@@ -36,7 +36,7 @@ namespace Catch {
 | 
			
		||||
 | 
			
		||||
        RunningSection( std::string const& name )
 | 
			
		||||
        :   m_state( Root ),
 | 
			
		||||
            m_parent( NULL ),
 | 
			
		||||
            m_parent( CATCH_NULL ),
 | 
			
		||||
            m_name( name )
 | 
			
		||||
        {}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user