Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2869: pool_allocator interferes with multi-layer instantiations
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-03-19 17:58:00
#2869: pool_allocator interferes with multi-layer instantiations
---------------------------------------+------------------------------------
Reporter: ta0kira_at_[hidden] | Owner: cnewbold
Type: Bugs | Status: new
Milestone: Boost 1.39.0 | Component: pool
Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords:
---------------------------------------+------------------------------------
Comment(by steven_watanabe):
Here's a reduced form of the problem:
{{{
#include <boost/pool/pool_alloc.hpp>
int main()
{
boost::pool_allocator<int> alloc;
int* p = alloc.allocate(0);
alloc.deallocate(p, 0);
}
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2869#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:49:59 UTC