January 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20527

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@schveiguy created dlang/phobos pull request #7361 "Fix issue 20527. Set the correct union member for integers so CTFE" fixing this issue:

- Fix issue 20527. Set the correct union member for integers so CTFE
  doesn't get confused.

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

--
January 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20527

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 #7361 "Fix issue 20527. Set the correct union member for integers so CTFE" was merged into stable:

- dbd4a2c0a5986b510d9d04af2d833339a28383b2 by Steven Schveighoffer:
  Fix issue 20527. Set the correct union member for integers so CTFE
  doesn't get confused.

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

--