#6806 closed Feature Requests (fixed)
Support std::array
| Reported by: | Owned by: | Daniel James | |
|---|---|---|---|
| Milestone: | Boost 1.50.0 | Component: | hash |
| Version: | Boost 1.49.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
boost::hash_value appears to lack support for std::array. Could you add it?
Isn't it possible to support all containers in a generic way?
Change History (5)
comment:1 by , 11 years ago
comment:2 by , 10 years ago
| Milestone: | To Be Determined → Boost 1.50.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Merged to release in [78319]
comment:4 by , 10 years ago
No, they need to implement hash_value themselves. I think Boost.Array has, but Boost.Tuple hasn't.
Note:
See TracTickets
for help on using tickets.

(In [78144]) Hash: Support std::array and std::tuple. Refs #6806.