Opened 13 years ago

Closed 5 years ago

#3199 closed Bugs (fixed)

Support more types in boost::hash

Reported by: Daniel James Owned by: Daniel James
Milestone: To Be Determined Component: hash
Version: Boost 1.39.0 Severity: Problem
Keywords: Cc:

Description

std::hash now supports:

  • integer types
  • floating point types
  • pointer types
  • std::string, std::u16string, std::u32string, std::wstring
  • std::error_code
  • std::thread::id
  • std::bitset
  • std::vector<bool>

So boost::hash should support all of those. And boost equivalents as well, if possible.

Change History (1)

comment:1 by Daniel James, 5 years ago

Resolution: fixed
Status: newclosed

Since this ticket was opened has gradually gained support for all of those types, apart from std::bitset.

Note: See TracTickets for help on using tickets.