mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 08:34:39 +08:00
Remove change checked-in by mistake
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
|
||||
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
|
||||
phmap::btree_map<std::string, int> map =
|
||||
{ { "John", 35 },
|
||||
|
||||
Reference in New Issue
Block a user