[Issue 13983] RefCounted needs to be pure, @safe, nothrow

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue May 3 08:59:51 PDT 2016


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

Jack Stouffer <jack at jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack at jackstouffer.com

--- Comment #2 from Jack Stouffer <jack at jackstouffer.com> ---
Adding @safe is impossible until a scheme is added to the language to detect
escaped references. Adding nothrow is also impossible because this throws when
the computer is out of memory.

--


More information about the Digitalmars-d-bugs mailing list