https://gcc.gnu.org/g:df0e6509bf74421ea68a2e025300bcd6ca63722f
commit r15-8048-gdf0e6509bf74421ea68a2e025300bcd6ca63722f
Author: Giuseppe D'Angelo
Date: Tue Dec 10 00:56:13 2024 +0100
libstdc++: fix compile error when converting std::weak_ptr
A std::weak_ptr can be converted to a
https://gcc.gnu.org/g:a3f77f2528b9383c70f0361e0f3863cee58e9648
commit r15-7746-ga3f77f2528b9383c70f0361e0f3863cee58e9648
Author: Giuseppe D'Angelo
Date: Fri Feb 28 08:37:25 2025 +0100
MAINTAINERS: add myself to write after approval and DCO
ChangeLog:
* MAINTAINERS
https://gcc.gnu.org/g:613f8ddbe3d7da63d827e588bf0333813c184b8a
commit r15-7908-g613f8ddbe3d7da63d827e588bf0333813c184b8a
Author: Giuseppe D'Angelo
Date: Sat Sep 21 10:36:20 2024 +0200
libstdc++: constrain std::atomic's default constructor
This commit implements the proposed resolu
https://gcc.gnu.org/g:24ea4539300d4926d9f073822e68f0d2f369452d
commit r15-7838-g24ea4539300d4926d9f073822e68f0d2f369452d
Author: Giuseppe D'Angelo
Date: Wed Mar 5 14:34:41 2025 +0100
libstdc++: use if consteval in stable_sort
This is a C++ >= 26 codepath for supporting constexpr s
https://gcc.gnu.org/g:aba3018af8e025a62a87c704ccad6714b13bc811
commit r15-8970-gaba3018af8e025a62a87c704ccad6714b13bc811
Author: Giuseppe D'Angelo
Date: Sat Mar 15 00:15:36 2025 +0100
libstdc++: add constexpr stable_partition
This completes the implementation of P2562R1 for C++26.
https://gcc.gnu.org/g:c9a6c1b5a763d0d3f7a369ed281f9009f270939a
commit r16-1488-gc9a6c1b5a763d0d3f7a369ed281f9009f270939a
Author: Giuseppe D'Angelo
Date: Thu Jun 5 16:50:35 2025 +0200
libstdc++: do not use an unreserved name in _Temporary_buffer [PR119496]
As the PR observes, _Temp
https://gcc.gnu.org/g:774ae8734f0e199a8c6d29dd8c186b893385470b
commit r16-1487-g774ae8734f0e199a8c6d29dd8c186b893385470b
Author: Giuseppe D'Angelo
Date: Mon Jun 9 23:13:21 2025 +0200
libstdc++: add range support to std::optional (P3168)
This commit implements P3168 ("Give std::opt