Peter Alexander wrote: > On 15/02/11 10:47 PM, Lutger Blijdestijn wrote: >> For reference, here is a link to the thread discussing it: >> http://www.mail- archive.com/[email protected]/msg44075.html >> >> If I understood that discussion correctly, 'auto ref' is supposed to >> solve the rvalue references problem but are not completely implemented >> yet. > > Thanks Lutger. > > From the thread, it seems like the correct annotation would be 'auto > ref const T', would it not?
Yes, I think so.
