https://issues.dlang.org/show_bug.cgi?id=519
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Martin Nowak <[email protected]> --- Rainer raised an important question for running invariant before class destruction. Because GC finalization order is undetermined an invariant that would check whether some classes's field points to a valid instance could fail because the pointed-to class could already have been finalized. http://forum.dlang.org/post/[email protected] --
