[Issue 2834] Struct Destructors are not called by the GC, but called on explicit delete.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Aug 29 14:18:27 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=2834

--- Comment #27 from Andrei Alexandrescu <andrei at erdani.com> ---
Could you please add a function to druntime callStructDtorsDuringGC(bool)? That
would give a chance people who have issues with the called destructors to
revert back to the old behavior until they fix their code.

--


More information about the Digitalmars-d-bugs mailing list