UFCS and delegates

Steve Teale steve.teale at britseyeview.com
Sat Mar 15 03:47:08 PDT 2014


On Saturday, 15 March 2014 at 09:51:53 UTC, Daniel Murphy wrote:
>
> Yes, that's what I was talking about.  UFCS is and always has 
> been a rewrite rule.

Yes, I'm asking for the wrong thing. What I should have said is 
that given UFCS, should there be an alternate way of initializing 
a delegate, something along the lines of:

void delegate(int) dg = (a, &bar);

Steve


More information about the Digitalmars-d mailing list