-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
boost::hash_combine is very useful, however, it does require to implement a hash function twice in order to be used. std::hash and boost::hash_value.
On stackoverflow, several 'workarounds' exist for making this easier, all assume you are able to encapsulate the includes to hash.hpp in your own wrapping header.
Would it be possible to allow hash_combine ... to fall back to std::hash when no hash_value is available?
Metadata
Metadata
Assignees
Labels
No labels