aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbuild2/c/init.cxx5
1 files changed, 5 insertions, 0 deletions
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")