[Issue 8838] Slicing static arrays should be considered unsafe (@system)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 6 11:13:31 PDT 2014


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com

--- Comment #12 from Steven Schveighoffer <schveiguy at yahoo.com> ---
One thing to note here. A workaround is to use the temporary @trusted delegate
to do the slicing.

--


More information about the Digitalmars-d-bugs mailing list