[Issue 12959] nothrow should be required for extern(C) functions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Oct 26 06:54:05 UTC 2017


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|---                         |WONTFIX

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
A D function that calls a C function that calls a D function that throws should
work, even if the current implementation doesn't. So, I don't think it should
be a requirement for extern(C) functions to be nothrow.

--


More information about the Digitalmars-d-bugs mailing list