$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Proposal: Monotonic Containers
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2009-06-14 14:39:58
Christian Schladetsch skrev:
> Hi Thorsten,
>
> I have attempted to use boost::auto_buffer for monotonic::inline_storage.
>
> If a resize is required and the inline_storage is used by a contiguous
> container such as a std::vector, the resize breaks said container.
What particularly breaks the container? And why do you want to use
auto_buffer for inline_storage?
-Thorsten