http://d.puremagic.com/issues/show_bug.cgi?id=2458
Jonas Drewsen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonas Drewsen <[email protected]> 2011-07-05 00:47:13 PDT --- Reduced test case a bit: mixin template A() { void foo() {} } void bar() { static struct C { mixin A!(); }; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
