Boost C++ Libraries: Ticket #10738: In N3785 ~thread_executor join threads but boost implementation simply detach (potential use of deleted objects in tasks) https://svn.boost.org/trac10/ticket/10738 en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10738 Trac 1.4.3 viboes Sat, 01 Nov 2014 22:10:30 GMT owner, status changed https://svn.boost.org/trac10/ticket/10738#comment:1 https://svn.boost.org/trac10/ticket/10738#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 Fri, 05 Dec 2014 22:54:21 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/10738#comment:2 https://svn.boost.org/trac10/ticket/10738#comment:2 <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">invalid</span> </li> </ul> <p> This is not true. Boost.Thread uses </p> <pre class="wiki">typedef scoped_thread&lt;&gt; thread_t; </pre><p> which joins the thread at destruction time. </p> Ticket