Replace a TODO comment in examples

This commit is contained in:
Martin Hořeňovský 2020-06-23 18:30:48 +02:00
parent ad1940f336
commit 018dc0b74f
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 3 additions and 1 deletions

View File

@ -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>