http://d.puremagic.com/issues/show_bug.cgi?id=6918
Trass3r <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Trass3r <[email protected]> 2011-11-09 05:44:48 PST --- Little bit simplified: struct S(alias bar) { void foo() { fn!(this, bar)(); } } void fn(alias context, alias f)() { f(context); } void bar(CT)(CT context) { } void main() { alias S!bar MyStruct; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
