[Issue 12256] Neither arrays nor associative arrays finalize their data

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 23 11:25:34 UTC 2018


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

Stanislav Blinov <stanislav.blinov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |stanislav.blinov at gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from Stanislav Blinov <stanislav.blinov at gmail.com> ---
Since 2.067 the array is getting finalized. Since 2.068 so is the associative
array.

Note, however, that destroy() doesn't destruct individual elements, but there's
a separate issue for that (issue 12274).

--


More information about the Digitalmars-d-bugs mailing list