boostorg / container

STL-like containers from Boost
http://www.boost.org/libs/container/
Boost Software License 1.0
96 stars 116 forks source link

hash_value overloads can probably be removed now #256

Open pdimov opened 8 months ago

pdimov commented 8 months ago

ContainerHash now has generic support for ranges, contiguous ranges and unordered ranges, so boost::hash should work for the containers as-is, without the need for library-provided hash_value overloads.

I don't see tests exercising boost::hash though, so it might be a good idea to add those first.