Is the address-of operator (&) really needed?

Sandeep Datta datta.sandeep at gmail.com
Fri Jun 1 10:41:36 PDT 2012


>
>    import std.stdio;
>    @property f() { writeln("oops"); return 0; }
>    void main() { auto p = f; }
>
> artur

I understand what you are trying to say but I hear parens will 
become mandatory soon. This may not be a problem then.


More information about the Digitalmars-d mailing list