Boost C++ Libraries: Ticket #7283: C++11 compliance: Add notify_all_at_thread_exit https://svn.boost.org/trac10/ticket/7283 <p> The following should be taken in account </p> <pre class="wiki"> void notify_all_at_thread_exit(condition_variable&amp; cond, unique_lock&lt;mutex&gt; lk); </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7283 Trac 1.4.3 viboes Sat, 25 Aug 2012 12:03:35 GMT owner, status changed https://svn.boost.org/trac10/ticket/7283#comment:1 https://svn.boost.org/trac10/ticket/7283#comment:1 <ul> <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> </ul> Ticket viboes Sun, 26 Aug 2012 22:11:27 GMT attachment set https://svn.boost.org/trac10/ticket/7283 https://svn.boost.org/trac10/ticket/7283 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">7283_80241.patch</span> </li> </ul> <p> patch tested on only on Mac respect to <a class="changeset" href="https://svn.boost.org/trac10/changeset/80241" title="Update to change 2nd template parameter (for overflow checking ...">[80241]</a>. I will check it soon on Windows. </p> Ticket viboes Sun, 02 Sep 2012 08:43:38 GMT <link>https://svn.boost.org/trac10/ticket/7283#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7283#comment:2</guid> <description> <p> Committed in trunk <a class="changeset" href="https://svn.boost.org/trac10/changeset/80351" title="Thread: Added notify_all_at_thread_exit+join can throw conditionally ...">[80351]</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Sat, 08 Sep 2012 06:48:10 GMT</pubDate> <title>milestone changed https://svn.boost.org/trac10/ticket/7283#comment:3 https://svn.boost.org/trac10/ticket/7283#comment:3 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.52.0</span> </li> </ul> Ticket viboes Sun, 09 Sep 2012 13:32:48 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7283#comment:4 https://svn.boost.org/trac10/ticket/7283#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> Merged to release <a class="changeset" href="https://svn.boost.org/trac10/changeset/80450" title="Thread: merge from trunk: 1.52">[80450]</a> </p> Ticket