aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-15 06:35:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-15 06:35:13 +0200
commit8b3b4f62e55f8a795d893eeb7415ba1318da237f (patch)
tree92668b74c568255a9ce90372a9f0352e63ccf383
parentc050db1d2f88196002ecb882c8a9f1d7eeb4848e (diff)
Add NEWS entry for new cxx.std=latest mappings
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9f655ac..f14fb83 100644
--- a/NEWS
+++ b/NEWS
@@ -207,6 +207,9 @@ Version 0.14.0
* Support for suppressing duplicates when extracting library options and
linking libraries in cc::{compile,link}_rule.
+ * The cxx.std=latest value has been mapped to c++2b for Clang 13 or later
+ and to /std:c++20 for MSVC 16.11 or later.
+
* Support for LTO parallelization during linking in GCC and Clang.
GCC >= 10 and Clang >= 4 support controlling the number of LTO threads