http://d.puremagic.com/issues/show_bug.cgi?id=8861
--- Comment #2 from Andrej Mitrovic <[email protected]> 2013-01-02 17:15:30 PST --- New test-case, the error message seems to suggest it's related (line numbers are similar): struct S { ~this() { } } mixin template templ() { auto s = S(); } void main() { mixin templ; } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
