Address of parameterless ref function

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Apr 10 11:28:51 PDT 2011


You can also use this:
typeof(&g) f;
f = &g;

But I'd say it's definitely a bug if we can't declare delegates with
ref returns.


More information about the Digitalmars-d mailing list