RFC: reference counted Throwable

Ola Fosheim Grostad via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 20 00:35:46 PDT 2014


On Saturday, 20 September 2014 at 06:28:11 UTC, Paulo Pinto wrote:
> This is one of the reasons why the Objective-C GC failed.
>
> Mixing Frameworks compiled with both modes never worked 
> properly.

Yeah, mixing is bad unless you template eveything. But in pure 
nogc it would work.

Except, I think most pure nogc projects want to eliminate 
rtti/exceptions too...


More information about the Digitalmars-d mailing list