Is the address-of operator (&) really needed?
Sandeep Datta
datta.sandeep at gmail.com
Thu May 31 05:35:10 PDT 2012
> What about:
>
> handleRequest;
>
> -Steve
Yes I have considered that but that should be pretty easy to
detect and flag for correction, isn't it? I mean the compiler
already knows it is supposed to be a call to the handleRequest
function (if it doesn't how will it generate code for it?) so it
should just let the user know this syntax is not supported
anymore.
More information about the Digitalmars-d
mailing list