[gcc r15-8048] libstdc++: fix compile error when converting std::weak_ptr

2025-03-14 Thread Giuseppe D'Angelo via Gcc-cvs
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

[gcc r15-7746] MAINTAINERS: add myself to write after approval and DCO

2025-02-27 Thread Giuseppe D'Angelo via Gcc-cvs
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

[gcc r15-7908] libstdc++: constrain std::atomic's default constructor

2025-03-08 Thread Giuseppe D'Angelo via Gcc-cvs
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

[gcc r15-7838] libstdc++: use if consteval in stable_sort

2025-03-05 Thread Giuseppe D'Angelo via Gcc-cvs
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

[gcc r15-8970] libstdc++: add constexpr stable_partition

2025-03-27 Thread Giuseppe D'Angelo via Gcc-cvs
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.

[gcc r16-1488] libstdc++: do not use an unreserved name in _Temporary_buffer [PR119496]

2025-06-12 Thread Giuseppe D'Angelo via Gcc-cvs
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

[gcc r16-1487] libstdc++: add range support to std::optional (P3168)

2025-06-12 Thread Giuseppe D'Angelo via Gcc-cvs
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