[Issue 13060] @nogc reading an associative array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 30 07:46:27 UTC 2019


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

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp at gmx.com
         Resolution|---                         |WONTFIX

--- Comment #2 from Basile-z <b2.temp at gmx.com> ---
I thought this could be closed because of -dip1008 but that doesn't work
either.
I suppose it's because druntime is not compiled with -dip1008.

Anyway this issue must be closed because druntime gives the security of range
checking and this comes to the price of allocating exception. This is not a
special little case that can be fixed with a workaround.

--


More information about the Digitalmars-d-bugs mailing list