[Issue 19214] Support object.destruct() for efficient (and correct!) destruction

2018-11-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19214 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/0fe98729034a2d7bc76bfc81c25e9dbd1f3d560a Fixes Issue 19214 - Support object.destruct

[Issue 19214] Support object.destruct() for efficient (and correct!) destruction

2018-11-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19214 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 19214] Support object.destruct() for efficient (and correct!) destruction

2018-09-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19214 --- Comment #1 from Manu --- https://github.com/dlang/druntime/pull/2292 --