https://issues.dlang.org/show_bug.cgi?id=18263
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- There is no need for the mixin template. Reduced test case: struct Filter { void bar() { } static void foo() { import std.meta : Filter; alias bar = this.bar; } } --
