$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Idea: Boost.Allocator
From: Daniel James (dnljms_at_[hidden])
Date: 2010-04-18 06:28:12
On 17 April 2010 16:48, joel falcou <joel.falcou_at_[hidden]> wrote:
>
> Moreover, it could be the opportunity to add new allocator concept like
> allocator supporting resize
> calls, allcoator with state, allcoator with a allocated() method etc... and
> reality-check them in the boost
> framework.
>
> How does it sounds ?
You probably should look at the C++0x allocators and allocator traits
and see if you can build on them.
Daniel