Opened 15 years ago

Closed 15 years ago

#1039 closed Bugs (fixed)

read_write_mutex docs don't clearly specify that the functionality is not present

Reported by: Anthony Williams Owned by: Anthony Williams
Milestone: Boost 1.34.1 Component: thread
Version: Boost 1.34.0 Severity: Problem
Keywords: Cc:

Description

read_write_mutex is not provided in boost 1.34 since the existing version is broken.

Even though this is mentioned in the documentation for the ReadWriteMutex concept, in the actual documentation for read_write_mutex there is no mention that it's not included. Links: http://www.boost.org/doc/html/boost/read_write_mutex.html http://www.boost.org/doc/html/boost/try_read_write_mutex.html http://www.boost.org/doc/html/boost/timed_read_write_mutex.html

Attachments (1)

thread_doc.patch (2.7 KB ) - added by Anthony Williams 15 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Anthony Williams, 15 years ago

Status: newassigned

by Anthony Williams, 15 years ago

Attachment: thread_doc.patch added

comment:2 by Thomas Witt, 15 years ago

Milestone: To Be DeterminedBoost 1.34.1

comment:3 by Thomas Witt, 15 years ago

Resolution: fixed
Status: assignedclosed

Applied to RC_1_34_0.

Note: See TracTickets for help on using tickets.