Thread overview
[Issue 21408] Make std.math.nextUp and nextDown and nextafter work in CTFE for extended-precision real
Nov 19, 2020
Nathan S.
Nov 30, 2020
Dlang Bot
Dec 01, 2020
Dlang Bot
November 19, 2020
https://issues.dlang.org/show_bug.cgi?id=21408

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=20198
             Blocks|                            |17007


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=17007
[Issue 17007] let std.math work in CTFE
--
November 30, 2020
https://issues.dlang.org/show_bug.cgi?id=21408

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh updated dlang/phobos pull request #7699 "Make std.math.nextUp and nextDown and nextafter work in CTFE for extended-precision real" fixing this issue:

- Fix Issue 21408 - Make std.math.nextUp and nextDown and nextafter work in CTFE for extended-precision real

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

--
December 01, 2020
https://issues.dlang.org/show_bug.cgi?id=21408

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 #7699 "Make std.math.nextUp and nextDown and nextafter work in CTFE for extended-precision real" was merged into master:

- 40c7e88954ab0c392b4294cf5691aa8e76603853 by Nathan Sashihara:
  Fix Issue 21408 - Make std.math.nextUp and nextDown and nextafter work in
CTFE for extended-precision real

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

--