http://d.puremagic.com/issues/show_bug.cgi?id=5574
Kenji Hara <k.hara...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k.hara...@gmail.com --- Comment #1 from Kenji Hara <k.hara...@gmail.com> 2011-06-19 17:12:10 PDT --- Simple test case: ---- struct foo5574a { ~this() {} } class bar5574a { foo5574a[1] frop; } ---- Postblit has similar problem: ---- struct foo5574b { this(this){} } struct bar5574b { foo5574b[1] frop; } ---- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------