October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=22414

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@andralex created dlang/phobos pull request #8293 "Fix Issue 22414 - clamp(a,
b, c) should always return typeof(a)" fixing this issue:

- Fix Issue 22414 - clamp(a, b, c) should always return typeof(a)

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

--
October 19, 2021
https://issues.dlang.org/show_bug.cgi?id=22414

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 #8293 "Fix Issue 22414 - clamp(a, b, c) should always
return typeof(a)" was merged into master:

- 3041b3768b7df8e370e59794fbc95e2ed69bc182 by Andrei Alexandrescu:
  Fix Issue 22414 - clamp(a, b, c) should always return typeof(a)

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

--