Ling Qin

Results 1 issues of Ling Qin

Can gold_hash_map returns next valid iterator on erase(), just like std::unordered_map does? It's necessary in the scenario of deleting while looping. auto iter = hashmap.begin(); while (iter != hashmap.end()) {...