nothrow function callbacks in extern(C) code - solution

via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 8 11:24:42 PDT 2014


On Tuesday, 8 July 2014 at 17:16:27 UTC, Marco Leise wrote:
> 2) Druntime must adapt to the system's C compiler's ABI.
>    (by the use of libunwind)

Yes, longjmp() could happen in a callback and may be expected to 
unwind the stack (depending on the dev environment).



More information about the Digitalmars-d mailing list