$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2003-01-28 11:23:42
"David Abrahams" <dave_at_[hidden]> wrote in message
news:ubs21jo8i.fsf_at_boost-consulting.com...
> "Andrei Alexandrescu" <andrewalex_at_[hidden]> writes:
>
> > The thing I like most about RL is that it never fails (is strongly
> > exception safe).
>
> Those are different. Do mean to say that it never throws (offers the
> nothrow guarantee)?
Yes, "nothrow" is what I meant to say.
Andrei