]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
index fb48d2d4dca22d4752afb0c847b5300eac1deeca..673e93a15f4e9bc8f047f2baf3fcc70af6a0e29c 100644 (file)
@@ -1,3 +1,27 @@
+2023-11-30  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/ranges (__detail::__toable): Fix incorrect use of
+       _Range instead of _Cont.
+       (__detail::_ToClosure, __detail::_ToClosure2): Add missing
+       constexpr specifier on constructors.
+       * testsuite/std/ranges/conv/1.cc (_Cont, _Cont2, _Cont3): Remove
+       unnecessary begin() and end() members.
+       (test_constexpr): New function to check range adaptors are
+       usable in constant expressions.
+
+2023-11-29  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/23_containers/span/at.cc: Fix for '-fno-exceptions'
+       configurations.
+
+2023-11-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/atomic_wait.h: Include <stdint.h>.
+
+2023-11-28  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/stl_uninitialized.h: Fix typo in comment.
+
 2023-11-24  Jan Hubicka  <jh@suse.cz>
 
        PR middle-end/109849