$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [utility] new auto_buffer class --- RFC
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-03-02 13:13:05
Beman Dawes skrev:
> On Mon, Mar 2, 2009 at 12:46 PM, Thorsten Ottosen
> <thorsten.ottosen_at_[hidden]> wrote:
>
>> FWIW, stlsoft::auto_buffer is resizeable. It's not that hard to
>> add this functionality, though.
>
> Could you expand on that a bit further? I assume references and
> iterators were invalidated on resize?
Yes, that is unavoidable for array-based containers.
-Thorsten