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 143 forks source link

add comparator functions to robin_hood::pair #62

Closed martinus closed 4 years ago

martinus commented 4 years ago

<, >, !=, ==, >=, <=

martinus commented 4 years ago

make sure we don't get a compile error when no operator== or operator< is there

martinus commented 4 years ago

fixed