Opened 6 years ago

Closed 6 years ago

#12202 closed Bugs (fixed)

shared_lock should be in shared_mutex header

Reported by: Edward Diener Owned by: viboes
Milestone: Boost 1.62.0 Component: thread
Version: Boost 1.61.0 Severity: Problem
Keywords: shared_lock shared_mutex Cc:

Description

According to the C++14 standards the shared_lock class should be in the shared_mutex header. In Boost threads it is in the mutex header. It should be moved to the correct header to be compliant with C++14.

Change History (3)

comment:1 by viboes, 6 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 6 years ago

Milestone: To Be DeterminedBoost 1.62.0

comment:3 by viboes, 6 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.