martinus / robin-hood-hashing

Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
https://gitter.im/martinus/robin-hood-hashing
MIT License
1.5k stars 142 forks source link

does insert support std::pair? #165

Closed stillcold closed 1 year ago

stillcold commented 1 year ago

Hi guys,

I think I have found several issues.

Here is my case:

compiler explorer - Link

Maybr it is very easy for you guys, Please help me out.

Thanks in advance.

martinus commented 1 year ago

Please use https://github.com/martinus/unordered_dense, I'm not supporting robin_hood any more.

Also, iterators are NOT stable.