$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [move][container] Review Request (new versions of Boost.Move and Boost.Container in sandbox and vault)
From: Gottlob Frege (gottlobfrege_at_[hidden])
Date: 2009-08-24 12:53:52
> Making flat_xxx a template adaptor (like stack or similar) and using
> stable_vector as the underlying type would make flat_stable_vector a
> replacement for std::map.
>
> Best,
>
> Ion
>
Making it a template adaptor is interesting, but using stable_vector
would make it no longer 'flat'.
Of course using statefull allocators ie a statefull 'flat' allocator
might make everything work...
Tony