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 , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Milestone: | To Be Determined → Boost 1.62.0 |
---|
comment:3 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.