Thread overview
[Issue 20203] Make std.math.copysign work in CTFE
Sep 08, 2019
Nathan S.
Sep 08, 2019
Dlang Bot
Sep 10, 2019
Dlang Bot
September 08, 2019
https://issues.dlang.org/show_bug.cgi?id=20203

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |17007


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=17007
[Issue 17007] let std.math work in CTFE
--
September 08, 2019
https://issues.dlang.org/show_bug.cgi?id=20203

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7179 "Fix issues 20202 & 20203 - Make std.math.signbit and copysign work in CTFE" fixing this issue:

- Fix issues 20202 & 20203 - Make std.math.signbit and copysign work in CTFE

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

--
September 10, 2019
https://issues.dlang.org/show_bug.cgi?id=20203

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 #7179 "Fix issues 20202 & 20203 - Make std.math.signbit and copysign work in CTFE" was merged into master:

- e45ac910a238d096cb1fd7a7f6b0a27692246a10 by Nathan Sashihara:
  Fix issues 20202 & 20203 - Make std.math.signbit and copysign work in CTFE

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

--