mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	update name of Value Generators in doc to match class names
This commit is contained in:
		 Wim Leflere
					Wim Leflere
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							02ee130bd0
						
					
				
				
					commit
					fcda35f645
				
			| @@ -71,7 +71,7 @@ namespace Generators { | ||||
|     template<typename T> | ||||
|     class FixedValuesGenerator final : public IGenerator<T> { | ||||
|         static_assert(!std::is_same<T, bool>::value, | ||||
|             "ValuesGenerator does not support bools because of std::vector<bool>" | ||||
|             "FixedValuesGenerator does not support bools because of std::vector<bool>" | ||||
|             "specialization, use SingleValue Generator instead."); | ||||
|         std::vector<T> m_values; | ||||
|         size_t m_idx = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user