https://issues.dlang.org/show_bug.cgi?id=13871
--- Comment #5 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/2e69efed7eae065f8b76fac2f1465fbf8fd7e977 fix Issue 13871 - Segmentation fault from std/variant.d:609 A variant to variant assignment is specially handled by OpID.copyOut. Therefore, destroying original value before the copyOut call is problematic. https://github.com/D-Programming-Language/phobos/commit/01b1ed2463c89586d40cb143ec3320e7db344114 Merge pull request #2827 from 9rnsr/fix13871 [REG2.067a] Issue 13871 - Segmentation fault from std/variant.d:609 --
