Subject: [Boost-bugs] [Boost C++ Libraries] #9334: Boost 1.55.0 beta1: circular_buffer incompatible with shared memory allocators?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-02 12:36:49
#9334: Boost 1.55.0 beta1: circular_buffer incompatible with shared memory
allocators?
-------------------------------------------------+-------------------------
Reporter: Dr Leonid Timochouk <L.Timochouk@â¦> | Owner: jano_gaspar
Type: Bugs | Status: new
Milestone: To Be Determined | Component:
Version: Boost 1.55.0 | circular_buffer
Keywords: circular buffer interprocess shared | Severity: Regression
memory allocator |
-------------------------------------------------+-------------------------
Apparently, because of the use of "placement new" instead of
"m_alloc.construct()" used in previous versions, Circular Buffer can no
longer be used with allocators which return a pointer type different from
void*. In particular, shared memory allocators provided by the
Interprocess library result in a compile-time error. This seems to be a
serious regression.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9334> 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:14 UTC