[Issue 13429] icmp (and friends) should be @nogc

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 3 08:06:52 PST 2015


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

ag0aep6g at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |ag0aep6g at gmail.com
         Resolution|INVALID                     |---

--- Comment #2 from ag0aep6g at gmail.com ---
Reopening.

std.uni.icmp is only not @nogc, because it may throw a GC allocated Exception.
Exceptions that don't rely on the GC are being worked towards (e.g. by making
them reference counted), in particular to enable more of Phobos to be @nogc.

--


More information about the Digitalmars-d-bugs mailing list