Boost C++ Libraries: Ticket #2639: documentation should be extended https://svn.boost.org/trac10/ticket/2639 <p> extern const defer_lock_t defer_lock; extern const try_to_lock_t try_to_lock; extern const adopt_lock_t adopt_lock; </p> <p> and their use should be explained in the documentaion </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2639 Trac 1.4.3 viboes Fri, 20 Nov 2009 10:38:34 GMT component changed https://svn.boost.org/trac10/ticket/2639#comment:1 https://svn.boost.org/trac10/ticket/2639#comment:1 <ul> <li><strong>component</strong> <span class="trac-field-old">threads</span> → <span class="trac-field-new">thread</span> </li> </ul> <p> This is true and false. this is documented but not on the reference manual. Anthony you need just to add the the declarations and a short explanation. </p> <pre class="wiki"> struct defer_lock_t {}; struct try_to_lock_t {}; struct adopt_lock_t {}; const defer_lock_t defer_lock; const try_to_lock_t try_to_lock; const adopt_lock_t adopt_lock; </pre><p> BTW, N3000 does not defines this tags types and constants neither. </p> Ticket viboes Sun, 28 Nov 2010 09:24:57 GMT attachment set https://svn.boost.org/trac10/ticket/2639 https://svn.boost.org/trac10/ticket/2639 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">lock_options.patch</span> </li> </ul> Ticket viboes Sun, 28 Nov 2010 09:25:15 GMT type changed https://svn.boost.org/trac10/ticket/2639#comment:2 https://svn.boost.org/trac10/ticket/2639#comment:2 <ul> <li><strong>type</strong> <span class="trac-field-old">Feature Requests</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket viboes Sat, 03 Dec 2011 16:53:33 GMT owner, status, milestone changed; cc set https://svn.boost.org/trac10/ticket/2639#comment:3 https://svn.boost.org/trac10/ticket/2639#comment:3 <ul> <li><strong>cc</strong> <span class="trac-author">viboes</span> added </li> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.38.0</span> → <span class="trac-field-new">Boost 1.49.0</span> </li> </ul> <p> Committed in trunk revision 75790. </p> Ticket viboes Sat, 07 Jan 2012 21:49:30 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2639#comment:4 https://svn.boost.org/trac10/ticket/2639#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Committed in release at <a class="missing ticket">#76291</a> </p> Ticket