Don't expect class destructors to be called at all by the GC

Guillaume Piolat first.last at gmail.com
Sat Dec 23 01:30:47 UTC 2017


On Friday, 22 December 2017 at 00:09:31 UTC, Mike Franklin wrote:
>
> What condition(s) would cause a destructor for an object that 
> is managed by the GC to potentially not be called?
>

Good question. It's true that barring an Error, they should be 
called by the GC at runtime termination.



More information about the Digitalmars-d-learn mailing list