[Issue 9238] Support rvalue references

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 29 23:00:51 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=9238



--- Comment #7 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-12-29 23:00:50 PST ---
> We cannot make "rvalue references" with template functions, if we use `auto
ref`.

And what's the problem with leaving auto ref as it is with templated functions
and then making it work as previously described with non-templated functions?
rvalues already work just fine with auto ref and templated functions. It's just
non-templated functions which lack a solution.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list