$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2002-08-06 23:05:28
From: "Eric Friedman" <ebf_at_[hidden]>
>
> Additional features of my boost::aligned_storage include:
>
> * aligned_storage::swap_as<T> and aligned_storage::assign_as<T> provide
> strong exception-safety guarantee
If those things are supposed to have the "obvious" semantics, well, I'll
believe it when I see it.
If you don't know something extra about T it isn't in general possible to
produce a strong guarantee swap or assignment.
-Dave