Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7767: lockfree queue allocation problem
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-05 09:54:23
#7767: lockfree queue allocation problem
-----------------------------------------+----------------------------------
Reporter: pn.suzuki.kojiro@⦠| Owner: timblechmann
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: lockfree
Version: Boost Development Trunk | Severity: Problem
Resolution: invalid | Keywords:
-----------------------------------------+----------------------------------
Changes (by timblechmann):
* status: new => closed
* resolution: => invalid
Comment:
not a bug:
you have not configured the queue to have a capacity that is specified at
compile time, so you should not use the default constructor.
there is a run-time assertion, but unfortunately that fires after the
memory pool is constructed with -1, which is a bit confusing. let me see,
if i can improve that a bit ...
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7767#comment:1> 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