http://d.puremagic.com/issues/show_bug.cgi?id=10053
--- Comment #3 from Kenji Hara <[email protected]> 2013-05-10 00:29:11 PDT --- (In reply to comment #2) > Is this really a regression? The OP code didn't compile with 2.062 and > earlier. OK, I confirmed. Instead of the OP code, this code: struct S1 { pure ~this() { } } struct S2 { S1 s; ~this() { } } compiles with 2.062 but fails with git head(1290d1b). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
