
8 Mar
2005
8 Mar
'05
9:12 p.m.
Pavel Chikulaev wrote:
"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message news:d0klpu$t3m$1@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