[Issue 23213] ImportC - variable length array doesn't compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 26 10:47:55 UTC 2022


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

--- Comment #4 from ryuukk_ <ryuukk.dev at gmail.com> ---
(In reply to Mike Parker from comment #1)
> Well, it's valid C in C99. ImportC is a C11 compiler. In C11, support for
> VLAs is optional. Compilers that don't support them are supposed to define
> the __STDC_NO_VLA__ macro.

Thanks, i sent a PR on that library's repo and left a note about this macro

Should this be marked as resolved?

--


More information about the Digitalmars-d-bugs mailing list