https://issues.dlang.org/show_bug.cgi?id=23182
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
