$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-08-09 11:46:00
On Friday 09 August 2002 12:34 pm, Peter Dimov wrote:
> > 3) Heap allocation. Strong guarantee, but uses heap allocation (less
> > efficient than the other two because of new/delete calls).
>
> Nothrow guarantee for swap, if I'm not mistaken.
Yes, thank you.
Doug