summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-04-23 21:39:33 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-04-23 21:39:33 +0100
commitbe0363c80f7ac93f1dbd00da6beb9ce0eed96d9d (patch)
treeb5a4538099f30b1de0a65cd67aaf938f010e08dc /libstdc++-v3/ChangeLog
parent40541efe1c063e9ce894b5f11ff727e4aec56e8b (diff)
libstdc++: Update C++20 library status docs
This reorganises the C++20 status table, grouping the proposals by category. It also adds more proposals, and documents all the feature test macros for C++20 library changes. * doc/xml/manual/status_cxx2020.xml: Update C++20 status table. * doc/html/*: Regenerate.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7ce32b9348b..7cca91e090b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,8 @@
2020-04-23 Jonathan Wakely <jwakely@redhat.com>
+ * doc/xml/manual/status_cxx2020.xml: Update C++20 status table.
+ * doc/html/*: Regenerate.
+
* include/bits/stl_iterator.h (__cpp_lib_array_constexpr): Revert
value for C++17 to 201803L because P0858R0 is supported for C++17.
* include/std/version (__cpp_lib_array_constexpr): Likewise.