[Issue 12883] implicit conversion of struct to mutable via alias this
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jun 15 19:32:57 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12883
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Kenji Hara <k.hara.pg at gmail.com> ---
With struct type S, copy operation from const S to mutable S should be handled
postblit always.
So, 'alias this' never be considered in the case, and this is invalid issue.
--
More information about the Digitalmars-d-bugs
mailing list