Question about auto ref
Jonathan M Davis
jmdavisProg at gmx.com
Tue Mar 26 10:28:54 PDT 2013
On Tuesday, March 26, 2013 10:02:32 Timothee Cour wrote:
> how about '&' :
>
> void fun(int & x);
>
> which is same as C++ syntax, hence familiar. I thought someone had
> proposed that a few weeks ago
That would be a much larger change, and I'd be surprised if Walter or Andrei
went for that. Picking an attribute name is much more in line with how we've
been doing things.
- Jonathan M Davis
More information about the Digitalmars-d-learn
mailing list