mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 14:09:33 +01:00 
			
		
		
		
	Replace a TODO comment in examples
This commit is contained in:
		@@ -1,7 +1,9 @@
 | 
			
		||||
// 301-Gen-MapTypeConversion.cpp
 | 
			
		||||
// Shows how to use map to modify generator's return type.
 | 
			
		||||
 | 
			
		||||
// TODO
 | 
			
		||||
// Specifically we wrap a std::string returning generator with a generator
 | 
			
		||||
// that converts the strings using stoi, so the returned type is actually
 | 
			
		||||
// an int.
 | 
			
		||||
 | 
			
		||||
#include <catch2/catch.hpp>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user