Boost C++ Libraries: Ticket #8645: Typo in Strict lock definition https://svn.boost.org/trac10/ticket/8645 <p> Tutorial on thread Synchronization: </p> <p> <a class="ext-link" href="http://boost-sandbox.sourceforge.net/doc/html/thread/synchronization.html#thread.synchronization.tutorial"><span class="icon">​</span>http://boost-sandbox.sourceforge.net/doc/html/thread/synchronization.html#thread.synchronization.tutorial</a> </p> <p> Definition of strict Lock is written as: <strong>A <a class="missing wiki">StrictLock</a> is a lock that ensures that the associated mutex is locked during the lifetime if the lock.</strong> </p> <p> It should be "lifetime of the lock" instead of "lifetime if the lock". </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8645 Trac 1.4.3 viboes Tue, 04 Jun 2013 05:53:58 GMT owner, status changed https://svn.boost.org/trac10/ticket/8645#comment:1 https://svn.boost.org/trac10/ticket/8645#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Matias Capeletto</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> </ul> Ticket viboes Tue, 04 Jun 2013 05:54:24 GMT component changed https://svn.boost.org/trac10/ticket/8645#comment:2 https://svn.boost.org/trac10/ticket/8645#comment:2 <ul> <li><strong>component</strong> <span class="trac-field-old">Documentation</span> → <span class="trac-field-new">thread</span> </li> </ul> Ticket viboes Tue, 04 Jun 2013 05:55:10 GMT milestone changed https://svn.boost.org/trac10/ticket/8645#comment:3 https://svn.boost.org/trac10/ticket/8645#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.54.0</span> </li> </ul> Ticket viboes Tue, 04 Jun 2013 06:08:53 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/8645#comment:4 https://svn.boost.org/trac10/ticket/8645#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> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/84629" title="Thread: Merge history and fix #8645.">[84629]</a>) Thread: Merge history and fix <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8645" title="#8645: Bugs: Typo in Strict lock definition (closed: fixed)">#8645</a>. </p> Ticket