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

Kenji Hara <k.hara...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Kenji Hara <k.hara...@gmail.com> ---
void[] is an array of untyped *mutable* data. So appending const data to
mutable array will violate type system.

--

Reply via email to