[Issue 12738] core.sys.posix.signal sigaction_t handler type mismatch

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon May 12 11:44:54 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12738

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com

--- Comment #4 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
(In reply to hsteoh from comment #1)
> extern(C) functions are nothrow by definition

Since when? All extern(C) does is changes the calling convention and mangling.
You could easily have a C++ library throw exceptions in an extern(C) function,
and the same is true for D.

--


More information about the Digitalmars-d-bugs mailing list