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

simendsjo simendsjo at gmail.com
Thu May 31 03:03:33 PDT 2012


On Thu, 31 May 2012 11:58:58 +0200, Dejan Lekic <dejan.lekic at gmail.com>  
wrote:
>   int function() fptr;
>   //fptr = handleRequest; // will not work, because it is "understdood"
> as:
>                           // fptr = handleRequest();
>

Only without -property


More information about the Digitalmars-d mailing list