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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@quickfur created dlang/druntime pull request #2838 "Fix issue 11725: AA.dup
should return mutable AA where possible." fixing this issue:

- Fix issue 11725: AA.dup should return mutable AA where possible.

  Since the original AA has been duplicated, it should be safe to mutate
  the copy. No need to needlessly restrict the copy to be const too.

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

--

Reply via email to