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 viboes, 11 years ago

Summary: c++11 complicance: Add thread::id hash specializationc++11 compliance: Add thread::id hash specialization

comment:2 by viboes, 11 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:3 by viboes, 11 years ago

Milestone: To Be DeterminedBoost 1.49.0

comment:4 by viboes, 11 years ago

Committed in trunk at revision [76543].

comment:5 by viboes, 10 years ago

Milestone: Boost 1.49.0Boost 1.50.0
Resolution: fixed
Status: assignedclosed

Committed in release branch at [78543]

Note: See TracTickets for help on using tickets.