diff --git a/main.cpp b/main.cpp index 5c348cc..762d577 100644 --- a/main.cpp +++ b/main.cpp @@ -56,7 +56,7 @@ int h(std::map& map) for(auto i : enumerate(map)) { - // i will be type std::string + // i will be index to the key-value pair at map[i] std::cout << "index: " << i << std::endl; }