[Issue 13871] [REG2.067a] Segmentation fault from std/variant.d:609
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Dec 31 06:59:11 PST 2014
https://issues.dlang.org/show_bug.cgi?id=13871
--- Comment #5 from github-bugzilla at puremagic.com ---
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
--
More information about the Digitalmars-d-bugs
mailing list