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

Walter Bright <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Walter Bright <[email protected]> ---
> -noboundscheck

The trouble is dmd is relying on _d_arraycopy() to do the bounds check, and
just uses memcpy() otherwise.

--

Reply via email to