[Issue 13537] Unions may break immutability

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Oct 1 20:41:30 PDT 2014


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

--- Comment #1 from hsteoh at quickfur.ath.cx ---
Basically, immutable cannot be allowed to overlap with anything mutable,
otherwise there will be a way to break the immutability guarantee.

--


More information about the Digitalmars-d-bugs mailing list