[Issue 14103] dmd doesn't treat opIn as unsafe

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 2 03:50:28 PST 2015


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

Martin Nowak <code at dawg.eu> changed:

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

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
The array operation really isn't unsafe, because the existing array isn't freed
upon reallocating. We can implement similar semantics for the AA without much
performance cost, so I'll mark this bug as invalid.

--


More information about the Digitalmars-d-bugs mailing list