November 25, 2020
https://issues.dlang.org/show_bug.cgi?id=21426

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/druntime pull request #3289 "dup, idup, keys, values: call postblits directly instead of via TypeInfo function pointer" fixing this issue:

- Fix Issue 21426 - `dup`, `idup` for arrays plus `keys`, `values` for associative arrays: call postblits directly instead of via TypeInfo function pointer

https://github.com/dlang/druntime/pull/3289

--
November 25, 2020
https://issues.dlang.org/show_bug.cgi?id=21426

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3289 "dup, idup, keys, values: call postblits directly instead of via TypeInfo function pointer" was merged into master:

- a35758b9591dbddf71a79a92b5a723ec9fda9858 by Nathan Sashihara:
  Fix Issue 21426 - `dup`, `idup` for arrays plus `keys`, `values` for
associative arrays: call postblits directly instead of via TypeInfo function
pointer

https://github.com/dlang/druntime/pull/3289

--