boostorg / container_hash

Generic hash function for STL style unordered containers
https://boost.org/libs/container_hash
29 stars 39 forks source link

Missing hash_value overloads for C++11 and later containers #3

Closed zamazan4ik closed 1 year ago

zamazan4ik commented 5 years ago

Hello.

In Boost.ContainerHash library there are no hash_value overloads for all containers with PMR allocator. Also overloads for unordered_(multi)set/map are missing.

Do you plan to add it later?

pdimov commented 1 year ago

These should all be supported now (on develop).

pdimov commented 1 year ago

The develop branch has been merged now, so this should be resolved.