C++/D interface: exceptions

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Thu Sep 11 23:56:28 PDT 2014


On 12/09/14 05:25, deadalnix wrote:

> Yes, that is pretty why I limited myself to the "unwind properly but do
> not catch" option. This one would require to mess with the innards of
> various C++ runtime.

On 64bit Objective-C can catch C++ exceptions. But I don't think you can 
do anything with the exception, i.e. it uses the following catch syntax:

@catch(...) {}

Would that be easier?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list