[thread] - read_write_mutex missing

Hello, I'm missing read_write_mutex in the thread library in boost 1.34. Is there any reason for that? Oliver

<Oliver.Kowalke@qimonda.com> writes:
I'm missing read_write_mutex in the thread library in boost 1.34. Is there any reason for that?
Yes. The old version from Boost 1.32 is broken, and was removed in 1.33.1. The new version is not yet ready, so was not part of 1.34. Anthony -- Anthony Williams Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL

On 07/06/07, Anthony Williams <anthony_w.geo@yahoo.com> wrote:
<Oliver.Kowalke@qimonda.com> writes:
I'm missing read_write_mutex in the thread library in boost 1.34. Is there any reason for that?
Yes. The old version from Boost 1.32 is broken, and was removed in 1.33.1. The new version is not yet ready, so was not part of 1.34.
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 Does this need a ticket making? Regards, Darren

"Darren Garvey" <lists.drrngrvy@googlemail.com> writes:
On 07/06/07, Anthony Williams <anthony_w.geo@yahoo.com> wrote:
<Oliver.Kowalke@qimonda.com> writes:
I'm missing read_write_mutex in the thread library in boost 1.34. Is there any reason for that?
Yes. The old version from Boost 1.32 is broken, and was removed in 1.33.1. The new version is not yet ready, so was not part of 1.34.
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
Does this need a ticket making?
Ticket #1039 http://svn.boost.org/trac/boost/ticket/1039 Thomas, should this be fixed for 1.34.1? Anthony -- Anthony Williams Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL

Anthony Williams <anthony_w.geo@yahoo.com> writes:
Ticket #1039
I've uploaded a patch that adds the note to each of the try_ timed_ and plain read_write_mutex class documentation pages. Anthony -- Anthony Williams Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL
participants (3)
-
Anthony Williams
-
Darren Garvey
-
Oliver.Kowalke@qimonda.com