Re: [Boost-bugs] [Boost C++ Libraries] #10738: In N3785 ~thread_executor join threads but boost implementation simply detach (potential use of deleted objects in tasks)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10738: In N3785 ~thread_executor join threads but boost implementation simply detach (potential use of deleted objects in tasks)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-12-05 22:54:21


#10738: In N3785 ~thread_executor join threads but boost implementation simply
detach (potential use of deleted objects in tasks)
-------------------------------+---------------------
  Reporter: viboes | Owner: viboes
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.57.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+---------------------
Changes (by viboes):

 * status: assigned => closed
 * resolution: => invalid

Comment:

 This is not true. Boost.Thread uses


 {{{
 typedef scoped_thread<> thread_t;

 }}}

 which joins the thread at destruction time.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10738#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC