January 10, 2020
https://issues.dlang.org/show_bug.cgi?id=20495

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 #7347 "Fix issue 20495 (choose copies unused union member, which is unsafe)" fixing this issue:

- Fix issue 20495. Fixes safety of save function by passing init value of
  unused union member to ctor. Also simplify the @safe inference.

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

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

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 #7347 "Fix issue 20495 (choose copies unused union member, which is unsafe)" was merged into stable:

- 857543416dabea4c5b53867b908a1e103a4580a1 by Steven Schveighoffer:
  Fix issue 20495. Fixes safety of save function by passing init value of
  unused union member to ctor. Also simplify the @safe inference.

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

--