Mac Apps That Use Garbage Collection Must Move to ARC

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Feb 23 23:57:33 PST 2015


On 2015-02-22 21:48, Walter Bright wrote:

> And I suspect that ARC is why they don't have exceptions.

Objective-C still has both ARC and exceptions. Although the 
documentation [1] says that ARC is not exception safe by default, but it 
does have a flag to enable it "-fobjc-arc-exceptions".

[1] http://clang.llvm.org/docs/AutomaticReferenceCounting.html#exceptions

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list