http://d.puremagic.com/issues/show_bug.cgi?id=6437
Rob Jacques <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Rob Jacques <[email protected]> 2012-03-09 11:52:30 PST --- I just tried the example in D 2.058 and the extra dtors appear to have been fixed. The issue with globals and destruction still exists. For now, you can work around the problem using static ~this() { typeid(foo).destroy(&foo1); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
