[Issue 13628] Error: immutable method S.~this is not callable using a mutable object and vice versa

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Jun 11 14:50:33 PDT 2015


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

--- Comment #5 from Marco Leise <Marco.Leise at gmx.de> ---
Thanks. B) really is what was bugging me. You can have either type of dtor, but
not both, making it impossible to have structs with dtors as both mutable and
immutable.

--


More information about the Digitalmars-d-bugs mailing list