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

Kenji Hara <[email protected]> changed:

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

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

--

Reply via email to