December 02, 2019
https://issues.dlang.org/show_bug.cgi?id=20425

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@aliak00 updated dlang/phobos pull request #7298 "Fix issue 20425: Remove Proxy.opCmp constraints" fixing this issue:

- Fix issue 20425: Remove Proxy.opCmp constraints

  They fail with types that have an opCmp defined and are value
  types.

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

--
December 02, 2019
https://issues.dlang.org/show_bug.cgi?id=20425

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 #7298 "Fix issue 20425: Remove Proxy.opCmp constraints" was merged into master:

- ebfb07daec6e93743ce332b648382dd210794813 by Ali Akhtarzada:
  Fix issue 20425: Remove Proxy.opCmp constraints

  They fail with types that have an opCmp defined and are value
  types.

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

--