[Issue 8113] alias this and opDispatch() don't forward opCall

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 17 21:33:07 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8113



--- Comment #2 from wfunction at hotmail.com 2012-05-17 21:34:38 PDT ---
struct C { void opCall() { } }
struct A { C c; alias c this; }
void main() { A f; f(); }

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list