Googletest export
Merge b8ca465e73ac0954a0c9eec2a84bdd8913d5763b into 90a443f9c2
Closes #2396
COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2396 from kuzkry:custom-type-traits-true/false_type-and-bool_constant b8ca465e73ac0954a0c9eec2a84bdd8913d5763b
PiperOrigin-RevId: 265064856
			
			
This commit is contained in:
		@@ -946,7 +946,7 @@ template <typename C,
 | 
			
		||||
struct IsRecursiveContainerImpl;
 | 
			
		||||
 | 
			
		||||
template <typename C>
 | 
			
		||||
struct IsRecursiveContainerImpl<C, false> : public false_type {};
 | 
			
		||||
struct IsRecursiveContainerImpl<C, false> : public std::false_type {};
 | 
			
		||||
 | 
			
		||||
// Since the IsRecursiveContainerImpl depends on the IsContainerTest we need to
 | 
			
		||||
// obey the same inconsistencies as the IsContainerTest, namely check if
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user