DIP25 draft available for destruction
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Wed Feb 6 08:10:18 PST 2013
On 2/6/13 9:48 AM, Chad Joan wrote:
> My interpretation so far is that the only difference between DIP25 and
> current D code is that we won't be allowed to pass stack variables
> (including by-value/copied parameters) into ref parameters.
Hmm, I need to make things clearer. That's covered plainly in 1.1. You
get to pass down stack variables and by-value parameters down to
functions taking ref. You won't be able to return them up, no matter
what you (safely) try.
Andrei
More information about the Digitalmars-d
mailing list