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