April 25, 2020
https://issues.dlang.org/show_bug.cgi?id=20751

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 #7457 "Fix Issue 20751 - SortedRange with ref predicate parameters fails" fixing this issue:

- Fix Issue 20751 - SortedRange with ref predicate parameters fails

  isTwoWayCompatible should accept functions with ref parameters.

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

--
April 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20751

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 #7457 "Fix Issue 20751 - SortedRange with ref predicate parameters fails" was merged into master:

- 54dbc0668cdbde18103c5f720b2ba18553c8da19 by MoonlightSentinel:
  Fix Issue 20751 - SortedRange with ref predicate parameters fails

  isTwoWayCompatible should accept functions with ref parameters.

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

--