ImportC and nothrow/@nogc?

Walter Bright newshound2 at digitalmars.com
Wed Aug 21 19:41:00 UTC 2024


C code can call C++ code which can throw.

C code can also call D code with can throw and/or gc.

D attributes are all subtractive, meaning they remove capability from the called 
function. But C code can do anything.


More information about the Digitalmars-d mailing list