From 3b0f8c7ff0df4ee3f713d9a0899d6d670c85cc82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 23 Jun 2020 18:30:48 +0200 Subject: [PATCH] Replace a TODO comment in examples --- examples/301-Gen-MapTypeConversion.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/301-Gen-MapTypeConversion.cpp b/examples/301-Gen-MapTypeConversion.cpp index 6d81ce6d..ba55f65f 100644 --- a/examples/301-Gen-MapTypeConversion.cpp +++ b/examples/301-Gen-MapTypeConversion.cpp @@ -1,6 +1,9 @@ // 301-Gen-MapTypeConversion.cpp // Shows how to use map to modify generator's return type. +// 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 #include