
25 May
2010
25 May
'10
8:49 p.m.
On 25/05/2010 18:06, Jeffrey Lee Hellrung, Jr. wrote:
We could provide a macro that translates rvalues into emulated rvalue references (if movable) or const references (if not movable). Unfortunately, this kills by-value parameter optimizations in C++03 :/
Sorry, but I don't get this, could you elaborate a bit more? Best, Ion