$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-03-08 16:12:36
Pavel Chikulaev wrote:
> "Jonathan Turkanis" <technews_at_[hidden]> wrote in message
> news:d0klpu$t3m$1_at_sea.gmane.org...
>>> Even with lazy functions (or custom operations) there is no
>>> temporaries at all.
>>
>> I'm talking about performing a calculation in the body of a function
>> and then
>> returning the result. Unless a form of the return value optimization
>> applies,
>> you may have a temporary object.
>
> Believe me, there is no temporaries at all. I already use move
> semantics. This support is embedded in my library.
Cool! This would have been another good buzzword to stick in your library
description. BTW, how does your library implement move semantics?
Jonathan