
Feb. 8, 2022
1:10 p.m.
According to the docs[^1], MSVC does _not_ support all of C99. OTOH they claim conformance with both C11 and C17, using the /std:c11 and /std:c17 compiler flags. [^1]: https://docs.microsoft.com/en-us/cpp/build/reference/std-specify-language-st...
On 8 Feb 2022, at 10:52, Petr Viktorin <encukou@gmail.com> wrote:
Does MSVC support all of C99? I haven't found any documentation claiming that... but I'm also not familiar with MSVC.