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::wstringstd::error_codestd::thread::idstd::bitsetstd::vector<bool>
So boost::hash should support all of those. And boost equivalents as well, if possible.
Note:
See TracTickets
for help on using tickets.

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