Fixing build break on MSVC
This commit is contained in:
		
							parent
							
								
									2b3d17b2ba
								
							
						
					
					
						commit
						0452f1fbff
					
				@ -696,7 +696,7 @@ TEST(MatcherCastTest, FromSameType) {
 | 
				
			|||||||
struct ConvertibleFromAny {
 | 
					struct ConvertibleFromAny {
 | 
				
			||||||
  ConvertibleFromAny(int a_value) : value(a_value) {}
 | 
					  ConvertibleFromAny(int a_value) : value(a_value) {}
 | 
				
			||||||
  template <typename T>
 | 
					  template <typename T>
 | 
				
			||||||
  ConvertibleFromAny(const T& /*a_value*/) : value(-1) {
 | 
					explicit ConvertibleFromAny(const T& /*a_value*/) : value(-1) {
 | 
				
			||||||
    ADD_FAILURE() << "Conversion constructor called";
 | 
					    ADD_FAILURE() << "Conversion constructor called";
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  int value;
 | 
					  int value;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user