https://issues.dlang.org/show_bug.cgi?id=13059
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- (In reply to Orvid King from comment #0) > if you define a destructor on a struct, allocate an instance of that > struct on the heap, and then attempt to use the delete keyword to The delete keyword is deprecated, don't use it. --
