https://issues.dlang.org/show_bug.cgi?id=12883
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Kenji Hara <[email protected]> --- 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. --
