[Issue 7325] Static / instance destruction order

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 20 09:27:15 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7325


timon.gehr at gmx.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


--- Comment #2 from timon.gehr at gmx.ch 2012-01-20 09:27:14 PST ---
The order of static destructors/GC is not what causes the problem: The AA is
invalidated by the GC shutting down, not by a static destructor.
If the order was changed, you'd still have the issue, but your solution would
not work anymore.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list