$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-05-02 20:21:04
>> returns temporary. FOREACH make copy of this temporary into another
>> temporary.
>
> Are you sure that copy can't be elided?
I do not know. FOREACH makes copy from temporary into simple variant using
placement new.
Gennadiy