From 991574155d9a988c1d98d5869e75bd009734269c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Jul 2021 11:51:46 +0200 Subject: Add note on new /std:c11 and /std:c17 MSVC options --- libbuild2/c/init.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libbuild2/c/init.cxx b/libbuild2/c/init.cxx index 1813da3..d6622a8 100644 --- a/libbuild2/c/init.cxx +++ b/libbuild2/c/init.cxx @@ -79,6 +79,11 @@ namespace build2 // // And it's still early days for C2X. // + // From version 16.8 VC now supports /std:c11 and /std:c17 options + // which enable C11/17 conformance. However, as of version 16.10, + // neither SDK nor CRT can be compiled in these modes (see the /std + // option documentation for details/updates). + // if (v == nullptr) ; else if (*v != "90") -- cgit v1.1