On Tue, 20 Sep 2022, Christoph M. Becker wrote:
In my opinion, it makes sense to rely on some of the newer language capabilities, but note that MSVC does not support all required language features of C99 (only C11 and C17 are supported by recent versions). This means in particular that variable length arrays are not supported (and likely never will).
Good points. Someone on twitter also highligted for me that "the list of C99 features you listed isn't compatible with C++ (only an issue if people insist on compiling curl in C++ mode)".
Although I will admit I don't know which those incompatible features are. I try hard to forget my C++ =)
-- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html