Re: [Boost-bugs] [Boost C++ Libraries] #4277: Ease access to underlying singleton_pool

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4277: Ease access to underlying singleton_pool
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-01 16:28:54


#4277: Ease access to underlying singleton_pool
----------------------------------------------+-----------------------------
 Reporter: Henning.Stroeker@… | Owner: cnewbold
     Type: Feature Requests | Status: new
Milestone: Boost 1.43.0 | Component: pool
  Version: Boost 1.44.0 | Severity: Optimization
 Keywords: |
----------------------------------------------+-----------------------------

Comment(by steven_watanabe):

 I hesitate to add such a typedef because it isn't reliable.

 {{{
 {
 std::list<int, boost::pool_allocator<int> > l;
 ...
 }
 boost::pool_allocator<int>::singleton_pool_type::release_memory(); // no
 effect
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4277#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:03 UTC