Re: [Boost-bugs] [Boost C++ Libraries] #5806: Property tree supporting custom allocators such as the boost pool ones

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5806: Property tree supporting custom allocators such as the boost pool ones
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-08-23 11:55:40


#5806: Property tree supporting custom allocators such as the boost pool ones
--------------------------------------+-------------------------------------
  Reporter: vivien.millet@… | Owner: kaalus
      Type: Feature Requests | Status: new
 Milestone: To Be Determined | Component: property_tree
   Version: Boost 1.47.0 | Severity: Problem
Resolution: | Keywords: property tree custom allocator
--------------------------------------+-------------------------------------

Comment (by cornedbee):

 PTree's design (which predates my stewardship) makes custom allocators
 tricky. Stateless allocators can be done without too much trouble, but
 stateful allocators are inefficient (needs an allocation and refcounting)
 and complicated to implement (since you don't want to penalize the
 stateless case).

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