On Tuesday, January 08, 2013 16:25:10 Nick Sabalausky wrote:
> So then what's this "rvalue ref problem" that's "still on the front
> burner"?

auto ref / the problem that C++'s const & deals with. The ability to have a 
function which takes both lvalues and rvalues without copying them unless it 
has to. We have a solution for it with templated functions but no solution for 
non-templated functions.

- Jonathan M Davis

Reply via email to