Catching C++ std::exception in D
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Thu Nov 12 14:36:43 PST 2015
On Thursday, 12 November 2015 at 10:56:01 UTC, Jacob Carlborg
wrote:
> On 2015-11-12 11:37, Iain Buclaw via Digitalmars-d wrote:
>
>> In any case, I'm doubtful that forwarding to C++'s personality
>> would work.
>
> Objective-C does that [1].
>
> [1]
> http://www.opensource.apple.com/source/objc4/objc4-647/runtime/objc-exception.mm search for "__objc_personality_v0"
ObjC doesn't do cleanup, so that's a bit different.
More information about the Digitalmars-d
mailing list