On Saturday, 19 July 2014 at 17:28:13 UTC, Frustrated wrote:
If you do this you are potentially asking for a lot of access violation errors or undefined behavior.
Of course, the object should not be used after destruction. The trick is to reliably diagnose it. If such uses are not intercepted, they may remain unnoticed. GC can't solve the issue, because it's not a memory resource, which is released.