container icon indicating copy to clipboard operation
container copied to clipboard

hash_value overloads can probably be removed now

Open pdimov opened this issue 2 years ago • 0 comments

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.

pdimov avatar Oct 17 '23 18:10 pdimov