martinus / unordered_dense

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
MIT License
898 stars 72 forks source link

unordered_dense::set iterator is now const_iterator #53

Closed martinus closed 1 year ago

martinus commented 1 year ago

This is the same as for std::unordered_set. Bump version to 3.0.0 due to incompatible API change.

Also, some minor cleanup.