$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [aligned storage] support for empty storage
From: John Maddock (john_at_[hidden])
Date: 2009-04-21 05:39:06
> In case your are wondering, then I need this functionality in
> boost::auto_buffer to get rid of the extra word when the stack-buffer
> is empty (thus making auto_buffer as small as vector).
>
> Comments?
I haven't looked into this in detail, but what happens on compilers that
don't support the EBO?
John.