Opened 11 years ago
Closed 10 years ago
#6272 closed Feature Requests (fixed)
c++11 compliance: Add thread::id hash specialization
Reported by: | viboes | Owned by: | viboes |
---|---|---|---|
Milestone: | Boost 1.50.0 | Component: | thread |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The hash specialization for thread::id is missing. Could this be added?
"30.3.1.1 Class thread::id [thread.thread.id]
template <> struct hash<thread::id>;
Requires: the template specialization shall meet the requirements of class template hash (20.8.12)."
Change History (5)
comment:1 by , 11 years ago
Summary: | c++11 complicance: Add thread::id hash specialization → c++11 compliance: Add thread::id hash specialization |
---|
comment:2 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 11 years ago
Milestone: | To Be Determined → Boost 1.49.0 |
---|
comment:4 by , 11 years ago
comment:5 by , 10 years ago
Milestone: | Boost 1.49.0 → Boost 1.50.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Committed in release branch at [78543]
Note:
See TracTickets
for help on using tickets.
Committed in trunk at revision [76543].