$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-03-07 22:57:21
on 3/7/00 5:43 AM, Moore, Paul at Paul.Moore_at_[hidden] wrote:
> This relies on the rule that temporaries are destroyed at the end of the
> full expression where they are created. As far as I can see, this rule means
> that the example works, but it also means that it's a little fragile in
> practice.
Why does that rule mean your technique is fragile in practice? I don't
follow.
-Dave