[Issue 13079] Need 'this' to access member - function literal

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 14 11:46:00 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13079

--- Comment #6 from hsteoh at quickfur.ath.cx ---
I'm also curious why you want this odd construction to work. I assume you have
a non-trivial use case in mind? Because otherwise, you could just write
mixin(""); directly instead of going a roundabout way using function literals.

--


More information about the Digitalmars-d-bugs mailing list