[Issue 13534] std.variant can violate memory safety

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Sep 26 12:36:32 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=13534

--- Comment #2 from hsteoh at quickfur.ath.cx ---
Probably the most straightforward way to fix this bug is to remove @trusted:
from the top of the module, and then incrementally add @trusted around the
smallest possible code units until the Phobos test suite passes.

--


More information about the Digitalmars-d-bugs mailing list