summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-11-20 00:19:40 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-11-20 00:19:40 +0000
commitcb8c1f7c0743ef8281dbd6615f8e3a95eea35bc1 (patch)
treef39b56116ebd016532a653474a2b55e0e5388976 /libstdc++-v3
parent44f3027e3be48ec6654d01b36e2c89001143f9d6 (diff)
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog69
1 files changed, 69 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ce5dbc90f0b..f5877e97b63 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,72 @@
+2025-11-19 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/manual/abi.xml: Add versions for GCC 16.
+ * doc/html/manual/abi.html: Regenerate.
+
+2025-11-19 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/122743
+ * doc/xml/manual/abi.xml: Add versions for GCC 15.
+ * doc/html/manual/abi.html: Regenerate.
+
+2025-11-19 Jonathan Wakely <jwakely@redhat.com>
+
+ * doc/xml/faq.xml: Remove unwanted whitespace inside
+ programlisting elements.
+ * doc/xml/manual/allocator.xml: Likewise.
+ * doc/xml/manual/auto_ptr.xml: Likewise.
+ * doc/xml/manual/backwards_compatibility.xml: Likewise.
+ * doc/xml/manual/build_hacking.xml: Likewise.
+ * doc/xml/manual/containers.xml: Likewise.
+ * doc/xml/manual/diagnostics.xml: Likewise.
+ * doc/xml/manual/extensions.xml: Likewise.
+ * doc/xml/manual/intro.xml: Likewise.
+ * doc/xml/manual/io.xml: Likewise.
+ * doc/xml/manual/iterators.xml: Likewise.
+ * doc/xml/manual/numerics.xml: Likewise.
+ * doc/xml/manual/policy_data_structures.xml: Likewise.
+ * doc/xml/manual/strings.xml: Likewise.
+ * doc/xml/manual/support.xml: Likewise.
+ * doc/xml/manual/test.xml: Likewise.
+ * doc/xml/manual/using.xml: Likewise.
+ * doc/xml/manual/utilities.xml: Likewise.
+ * doc/html/*: Regenerate.
+
+2025-11-19 Andrew Pinski <andrew.pinski@oss.qualcomm.com>
+
+ * include/bits/basic_string.h (basic_string::M_set_length): Swap
+ around the order of traits_type::assign and _M_length so that
+ _M_length is at the end.
+
+2025-11-19 Martin Liska <martin.liska@hey.com>
+
+ * configure: Regenerate.
+
+2025-11-19 Martin Liska <martin.liska@hey.com>
+
+ * acinclude.m4:: Add detection for wild linker.
+ * configure: Regenerate.
+
+2025-11-19 Luc Grosheintz <luc.grosheintz@gmail.com>
+
+ * include/std/mdspan (extents::_Storage): Move type alias before
+ its first use.
+ (__mdspan::__static_extents): Add missing noexcept and constexpr
+ to friend declaration in extents.
+ (__mdspan::__dynamic_extents): Ditto.
+
+2025-11-19 Jakub Jelinek <jakub@redhat.com>
+
+ * include/std/type_traits (constant_wrapper conversion operator):
+ Use decltype(value) instead of decltype(auto). Resolves LWG4468.
+
+2025-11-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR libstdc++/122671
+ * libsupc++/new (::operator delete, ::operator delete[]): Implement
+ proposed LWG4477 resolution. Use _GLIBCXX_PLACEMENT_CONSTEXPR for
+ placement operator deletes.
+
2025-11-18 Mike Crowe <mac@mcrowe.com>
* include/std/shared_mutex (try_lock, try_lock_until)