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

Dlang Bot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <[email protected]> ---
dlang/dmd pull request #16400 "Fix bugzilla 24498 - Multidimensional array not
scanned by GC" was merged into stable:

- f39cc10ef9b4d3e92d0172a41e6b9515de0ba8d0 by Tim Schendekehl:
  Fix bugzilla 24498 - Multidimensional array not scanned by GC

  For expression `new int[][][](2, 2)` the relevant element type is
  `int[]` and not `int`, because only two dimensions are allocated.

https://github.com/dlang/dmd/pull/16400

--

Reply via email to