On ref return in DMD

2014-06-03 Thread Nordlöw
The title More ref return fixes in std.datetime now that the compiler allows them of https://github.com/D-Programming-Language/phobos/pull/2227/files made me curious to what is meant by ref return. Is this a recent improvement in DMD?

Re: On ref return in DMD

2014-06-03 Thread Jonathan M Davis via Digitalmars-d-learn
On Tue, 03 Jun 2014 10:14:21 + Nordlöw via Digitalmars-d-learn digitalmars-d-learn@puremagic.com wrote: The title More ref return fixes in std.datetime now that the compiler allows them of https://github.com/D-Programming-Language/phobos/pull/2227/files made me curious to what is

Re: On ref return in DMD

2014-06-03 Thread Nordlöw
No. We've been able to return by ref for ages. However, when Thx