|
| 1 | +2025-03-14 Patrick Palka < [email protected]> |
| 2 | + |
| 3 | + PR libstdc++/119282 |
| 4 | + * include/bits/stl_vector.h (vector::vector(from_range_t)): Add |
| 5 | + missing 'constexpr' to local class _Clear. |
| 6 | + * testsuite/std/ranges/conv/1.cc (test_pr119282): New test. |
| 7 | + |
| 8 | +2025-03-14 Tomasz Kamiński < [email protected]> |
| 9 | + |
| 10 | + PR libstdc++/111138 |
| 11 | + * include/std/ranges (_ZipTransform::operator()): |
| 12 | + Create separate overload for calls with empty range pack, |
| 13 | + and add move_constructible, regular_invocable and |
| 14 | + is_object_v<invoke_result_t<...>>> constraints. |
| 15 | + * testsuite/std/ranges/zip_transform/1.cc: New tests |
| 16 | + Jonathan Wakely < [email protected]> |
| 17 | + |
| 18 | +2025-03-14 Thomas Schwinge < [email protected]> |
| 19 | + |
| 20 | + PR target/92713 |
| 21 | + PR target/101544 |
| 22 | + * config/cpu/nvptx/cpu_defines.h: New. |
| 23 | + * config/cpu/nvptx/t-nvptx: Likewise. |
| 24 | + * configure.host: Handle GCN, nvptx. |
| 25 | + |
| 26 | +2025-03-14 Tomasz Kamiński < [email protected]> |
| 27 | + |
| 28 | + * testsuite/23_containers/priority_queue/cons_from_range.cc: |
| 29 | + Add `#include <algorithm>. |
| 30 | + * testsuite/23_containers/priority_queue/members/push_range.cc: |
| 31 | + Add `#include <algorithm>. |
| 32 | + |
| 33 | +2025-03-14 Giuseppe D'Angelo < [email protected]> |
| 34 | + |
| 35 | + * include/bits/shared_ptr_base.h (lock): Fixed a compile error |
| 36 | + when calling lock() on a weak_ptr<T[]>, by removing an |
| 37 | + erroneous usage of element_type from within lock(). |
| 38 | + * testsuite/20_util/shared_ptr/requirements/explicit_instantiation/1.cc: |
| 39 | + Add more tests for array types. |
| 40 | + * testsuite/20_util/weak_ptr/requirements/explicit_instantiation/1.cc: |
| 41 | + Likewise. |
| 42 | + * testsuite/20_util/shared_ptr/requirements/1.cc: New test. |
| 43 | + * testsuite/20_util/weak_ptr/requirements/1.cc: New test. |
| 44 | + |
1 | 45 | 2025-03-13 Patrick Palka < [email protected]>
|
2 | 46 |
|
3 | 47 | PR libstdc++/116440
|
|
0 commit comments