https://issues.dlang.org/show_bug.cgi?id=23182
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @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 --
