summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index a64630f09dd..e40b4f334a9 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,20 @@
+2022-03-29 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/18_support/exception/38732.cc: Disable for C++23.
+ * testsuite/18_support/headers/exception/synopsis.cc: Likewise.
+ * testsuite/18_support/unexpected_handler.cc: Likewise.
+
+2022-03-29 Jonathan Wakely <jwakely@redhat.com>
+
+ * libsupc++/compare (_Strong_order) [!__cpp_using_enum]: Add
+ static data members for _Fp_fmt enumerators.
+
+2022-03-29 Jonathan Wakely <jwakely@redhat.com>
+
+ * include/std/version (__cpp_lib_variant): Fix conditions to
+ match <variant>.
+ (__cpp_lib_expected): Fix condition to match <expected>.
+
2022-03-28 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/optional/monadic/and_then.cc: Fix typo.