D 1.076 and 2.061 release
Jonathan M Davis
jmdavisProg at gmx.com
Wed Jan 9 01:05:45 PST 2013
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
More information about the Digitalmars-d-announce
mailing list