Plan for Exceptions and @nogc?

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Tue Feb 17 15:37:00 PST 2015


On Tuesday, 17 February 2015 at 15:54:17 UTC, Andrei Alexandrescu 
wrote:
> On 2/16/15 3:17 PM, Jonathan Marler wrote:
>> Is there a proposal for how D will support throwing Exceptions 
>> in @nogc
>> code in the future?
>
> Nothing definite. We will get on to that right after 2.067. 
> This is a good time to start discussions. -- Andrei

There are various problem with exception, and @nogc is only one 
of them.

The other big issue is that exceptions bypass the type qualifier 
system.

I want to hammer once more the owned solution.


More information about the Digitalmars-d mailing list