June 13, 2022
https://issues.dlang.org/show_bug.cgi?id=23182

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus created dlang/phobos pull request #8474 "Fix Issue 23182 - Can't assign struct with opAssign to SumType in CTFE" fixing this issue:

- Fix Issue 23182 - Can't assign struct with opAssign to SumType in CTFE

  SumType.opAssign now avoids calling core.lifetime.move or
  core.lifetime.forward during CTFE whenever possible.

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

--
June 14, 2022
https://issues.dlang.org/show_bug.cgi?id=23182

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 #8474 "Fix Issue 23182 - Can't assign struct with opAssign to SumType in CTFE" was merged into master:

- 7022304c0ec10050aedaa007069d88750046e6ba by Paul Backus:
  Fix Issue 23182 - Can't assign struct with opAssign to SumType in CTFE

  SumType.opAssign now avoids calling core.lifetime.move or
  core.lifetime.forward during CTFE whenever possible.

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

--