https://issues.dlang.org/show_bug.cgi?id=12959
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #2 from Walter Bright <[email protected]> --- 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. --
