Plan for Exceptions and @nogc?

Nick Treleaven via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 17 08:56:48 PST 2015


On 17/02/2015 16:15, Nick Treleaven wrote:
>> Would RefCounted!T being @nogc help alleviate this issue?
>
> I think Andrei once said that was a good solution for exceptions.

Or rather that refcounting would be appropriate for exceptions, not 
necessarily RefCounted. (The compiler can't generate code using Phobos 
symbols, only druntime).


More information about the Digitalmars-d mailing list