$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [utility] new auto_buffer class --- RFC
From: Beman Dawes (bdawes_at_[hidden])
Date: 2009-03-02 12:56:10
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?
> And we can add
> unchecked_push_back() then.
Yep.
--Beman