-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
Is there a method to use the boost hash library as a hash function in frozen::unordered_map?
I have been using boost::hash in std::unordered_map to work with non-integral keys. Using boost::hash in frozen::unordered_map creates error, because the pmh_table::lookup() function applies 2 parameters: key and static_cast<size_t>(first_seed_), whereas boost::hash only accepts 1 parameter. Is there a workaround for this?
Metadata
Metadata
Assignees
Labels
No labels