mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Silence "unused parameter" warning.
This commit is contained in:
		@@ -116,7 +116,7 @@ inline std::string toString( bool value ) {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#ifdef CATCH_CONFIG_CPP11_NULLPTR
 | 
			
		||||
inline std::string toString( std::nullptr_t null ) {
 | 
			
		||||
inline std::string toString( std::nullptr_t ) {
 | 
			
		||||
    return "nullptr";
 | 
			
		||||
}
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user