|
| 1 | +2026-04-10 Patrick Palka <ppalka@redhat.com> |
| 2 | + |
| 3 | + * include/std/ranges (lazy_split_view::begin): Add |
| 4 | + const _Pattern constraint on const overload as per LWG 3599. |
| 5 | + (lazy_split_view::end): Likewise. |
| 6 | + * testsuite/std/ranges/adaptors/lazy_split.cc (test14): New |
| 7 | + test. |
| 8 | + |
| 9 | +2026-04-10 Tomasz Kamiński <tkaminsk@redhat.com> |
| 10 | + |
| 11 | + * include/bits/version.def (ranges_to_input): Rename to... |
| 12 | + (ranges_as_input): Rename from ranges_as_input. |
| 13 | + * include/bits/version.h: Regenerate. |
| 14 | + * include/std/ranges (ranges::to_input_view, views::to_input) |
| 15 | + (__detail::__can_to_input, views::_ToInput): Rename to... |
| 16 | + (ranges::as_input_view, views::as_input, __detail::__can_as_input) |
| 17 | + (views::_AsInput): Rename from above... |
| 18 | + * src/c++23/std.cc.in: Rename views::to_input and to_input_view |
| 19 | + export. |
| 20 | + * testsuite/25_algorithms/contains/1.cc: Replace views::to_input |
| 21 | + with views::as_input. |
| 22 | + * testsuite/std/ranges/adaptors/to_input/1.cc: Move to... |
| 23 | + * testsuite/std/ranges/adaptors/as_input/1.cc: ...here, and replace |
| 24 | + views::to_input with views::as_input. |
| 25 | + |
| 26 | +2026-04-10 Tomasz Kamiński <tkaminsk@redhat.com> |
| 27 | + |
| 28 | + * include/bits/version.def (span_initializer_list): Remove. |
| 29 | + * include/bits/version.h: Regenerate. |
| 30 | + * include/std/span (span::span(initializer_list<value_type>)): |
| 31 | + Remove. |
| 32 | + * testsuite/23_containers/span/init_list_cons.cc: Removed. |
| 33 | + * testsuite/23_containers/span/init_list_cons_neg.cc: Removed. |
| 34 | + * testsuite/23_containers/inplace_vector/copy.cc: Replace span |
| 35 | + with initializer_list in eq helper. |
| 36 | + * testsuite/23_containers/inplace_vector/erasure.cc: Likewise. |
| 37 | + * testsuite/23_containers/inplace_vector/move.cc: Likewise. |
| 38 | + |
| 39 | +2026-04-10 Tomasz Kamiński <tkaminsk@redhat.com> |
| 40 | + |
| 41 | + * include/bits/ranges_uninitialized.h |
| 42 | + (__uninitialized_fill_fn::operator()) |
| 43 | + (__uninitialized_fill_fn_n::operator()): Add default argument |
| 44 | + for _Tp parameter. |
| 45 | + * include/bits/stl_uninitialized.h (std::unitialized_fill) |
| 46 | + (std::unitialized_fill_n): Likewise. |
| 47 | + * include/pstl/glue_memory_defs.h (std::unitialized_fill) |
| 48 | + (std::unitialized_fill_n): Likewise. |
| 49 | + * include/bits/version.def (algorithm_default_value_type): |
| 50 | + Bump to 202603. |
| 51 | + * include/bits/version.h: Regenerate. |
| 52 | + * testsuite/25_algorithms/default_template_value.cc: |
| 53 | + Test for new algorithms. |
| 54 | + |
1 | 55 | 2026-04-08 Matthias Kretz <m.kretz@gsi.de> |
2 | 56 | Tomasz Kamiński <tkaminsk@redhat.com> |
3 | 57 |
|
|
0 commit comments