August 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21183

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/phobos pull request #7602 "Fix Issue 21183 - schwartzSort does not strip const" fixing this issue:

- Fix Issue 21183 - schwartzSort does not strip const

  Fixed by using the unqualified type if possible

https://github.com/dlang/phobos/pull/7602

--
August 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21183

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/phobos pull request #7602 "Fix Issue 21183 - schwartzSort does not strip const" was merged into stable:

- 255f9496d1ef72876613d27341dee483e364aa3d by MoonlightSentinel:
  Fix Issue 21183 - schwartzSort does not strip const

  Fixed by using the unqualified type if possible

https://github.com/dlang/phobos/pull/7602

--