$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Proposal: Monotonic Containers
From: Christian Schladetsch (christian.schladetsch_at_[hidden])
Date: 2009-06-10 02:21:03
Hi Artyom,
Thanks a lot for your help and suggestions. I'll consider more about
> alignment issues.
>
It cannot be the case that the monotonic::allocator has to align results.
The space has already been created before the allocator is requested to
provide for new storage.
Otherwise, we could never use a vector<char> on a machine that requires
16-byte alignment.
Regards,
Christian.