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

unordered_set requires 2 template args #59

Closed marciso closed 4 years ago

marciso commented 4 years ago

I believe this is a typo: unordered_set requires 2 template arguments <Key, T>, instead of one <Key>

martinus commented 4 years ago

yes, thanks! It was a copy & paste error, fixed in version 3.5.1