Skip to content

Commit

Permalink
Replace a TODO comment in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Jun 26, 2020
1 parent ad1940f commit 018dc0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/301-Gen-MapTypeConversion.cpp
Original file line number Diff line number Diff line change
@@ -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>

Expand Down

0 comments on commit 018dc0b

Please sign in to comment.