Regarding Issue 9423

Jonathan M Davis jmdavisProg at gmx.com
Wed Jan 30 09:26:00 PST 2013


On Wednesday, January 30, 2013 12:51:22 Paulo Pinto wrote:
> I prefer the Pascal family way where they are implicit, but lets
> have what the majority prefers.

We've had this discussion at length before. It should stay implicit. There's 
no real point in having it at the call site unless it's required, which would 
break a lot of code even if you accepted that it was a valuable change. We're 
not going to do it.

But regardless, Bearophile's example doesn't involve having ref at the call 
site. It's requiring ref on the parameter of a lambda declaration. That's the 
declaration site, not the call site.

- Jonathan M Davis


More information about the Digitalmars-d mailing list