Skip to content

Commit

Permalink
Remove change checked-in by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Apr 23, 2023
1 parent 16287cc commit 481a0d4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/btree.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@

int main()
{
phmap::btree_multimap<int, int> foo;
for (auto it = foo.begin(); it != foo.end(); it++) {
}

// initialise map with some values using an initializer_list
// initialise map with some values using an initializer_list
phmap::btree_map<std::string, int> map =
{ { "John", 35 },
{ "Jane", 32 },
Expand Down

0 comments on commit 481a0d4

Please sign in to comment.