mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Fix warnings generated with -Wshadow
This commit is contained in:
		 Stephen Newell
					Stephen Newell
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							c3c82f539c
						
					
				
				
					commit
					d6fce7bf34
				
			| @@ -227,9 +227,9 @@ TEST_CASE( "CAPTURE can deal with complex expressions", "[messages][capture]" ) | ||||
|  | ||||
| template <typename T1, typename T2> | ||||
| struct helper_1436 { | ||||
|     helper_1436(T1 t1, T2 t2): | ||||
|         t1{ t1 }, | ||||
|         t2{ t2 } | ||||
|     helper_1436(T1 t1_, T2 t2_): | ||||
|         t1{ t1_ }, | ||||
|         t2{ t2_ } | ||||
|     {} | ||||
|     T1 t1; | ||||
|     T2 t2; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user