Re: [Boost-bugs] [Boost C++ Libraries] #7861: lockfree freelist doesn't destruct objects until its destructor is called

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7861: lockfree freelist doesn't destruct objects until its destructor is called
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-01-07 10:19:46


#7861: lockfree freelist doesn't destruct objects until its destructor is called
-----------------------------------+----------------------------------------
  Reporter: toffaletti@… | Owner: timblechmann
      Type: Bugs | Status: reopened
 Milestone: To Be Determined | Component: lockfree
   Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------+----------------------------------------

Comment (by timblechmann):

 check the requirements:
 http://boost-sandbox.sourceforge.net/doc/html/boost/lockfree/queue.html

 you can use non-pod types, but as stated above, trivial destructors and
 assignments are required (by the algorithm).

 maybe it can be statically asserted these days, when i wrote this code,
 the type traits were not widely implemented.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7861#comment:3>
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:11 UTC