[Issue 12519] Some implicit array casts are missing
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon May 26 01:06:34 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12519
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
void[] is an array of untyped *mutable* data. So appending const data to
mutable array will violate type system.
--
More information about the Digitalmars-d-bugs
mailing list