ImportC now supports function-like macros

Carl Sturtivant sturtivant at gmail.com
Wed Feb 21 18:53:10 UTC 2024


On Wednesday, 21 February 2024 at 18:41:17 UTC, Walter Bright 
wrote:
> On 2/21/2024 7:40 AM, Carl Sturtivant wrote:
>> Could you please explain the actual situation of ImportC in 
>> these cases?
>
> You can throw an exception in D code called by C code that is 
> caught by D code.
>
> C code does not have any constructs that require unwinding 
> support, other than setjmp/longjmp which is not supported by 
> ImportC.

Fantastic! I think we could informally call this no limitation at 
all.


More information about the Digitalmars-d mailing list