DIP23 draft: Fixing properties redux

Max Samukha maxsamukha at gmail.com
Tue Feb 5 14:46:06 PST 2013


On Tuesday, 5 February 2013 at 18:33:36 UTC, Andrei Alexandrescu 
wrote:

>
> Walter and I reviewed the discussion and had a long talk. We 
> are very seriously considering banning the use of & against a 
> ref result from a function

Please, no.

ref T foo();

extern(C) void bar(T*);

bar(&foo()); // how?


More information about the Digitalmars-d mailing list