We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16287cc commit 481a0d4Copy full SHA for 481a0d4
1 file changed
examples/btree.cc
@@ -4,11 +4,7 @@
4
5
int main()
6
{
7
- phmap::btree_multimap<int, int> foo;
8
- for (auto it = foo.begin(); it != foo.end(); it++) {
9
- }
10
-
11
- // initialise map with some values using an initializer_list
+ // initialise map with some values using an initializer_list
12
phmap::btree_map<std::string, int> map =
13
{ { "John", 35 },
14
{ "Jane", 32 },
0 commit comments