Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaverickProgrammer authored Oct 23, 2018
1 parent 035ddbc commit 715961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int h(std::map<std::string, int>& 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;
}

Expand Down

0 comments on commit 715961d

Please sign in to comment.