$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Temporary objects
From: Dmitry Goncharov (dgoncharov_at_[hidden])
Date: 2009-10-30 03:38:37
> no temporary object handling overhead at all
> return by value, copy-construct and assign from temporary objects for
> free!
>
>
Only for the types which can be swapped efficiently
BR, Dmitry