https://issues.dlang.org/show_bug.cgi?id=18099
--- Comment #1 from changlon <[email protected]> --- ====== struct D() { struct V { ~this() { } } auto get() { V v ; return v ; } } alias T = D!(); ====== --
d-bugmail--- via Digitalmars-d-bugs Fri, 22 Dec 2017 23:19:15 -0800
https://issues.dlang.org/show_bug.cgi?id=18099
--- Comment #1 from changlon <[email protected]> --- ====== struct D() { struct V { ~this() { } } auto get() { V v ; return v ; } } alias T = D!(); ====== --