WG21 PAPERS

Mailings Beta

Volunteer-driven · Not affiliated with WG21 or ISO

Filter and export papers from the C++ Committee’s monthly mailings by time frame and audience using the options below, or refine your export further with the Select button. Links point directly to the official WG21 papers on open-std.org.

Audience
Wording
Evolution
Study Groups
Mailings
1 · Year 1 · Month

Select the arrow to the right of the year to filter for specific months.

2026 Aug · 1 of 6

Pick months in 2026

Filters Author: Hewill Kang LWG Clear all
2 out of 2 papers selected for export
SelectPaper Title Authors Audience Doc Date
P3216R4 views::slice H. Kang 2026-07-27
Doc Date 2026-07-27
Mailing Date 2026-08 Unassigned
Author(s) Hewill Kang
Target Audience LEWGLWGSG9
Revisions R3
Tracking issue View on GitHub
Abstract This paper proposes the Tier 1 adaptor `views::slice` (as described in [P2760](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2760r1.html)) to enhance the C++29 ranges library. Notably, this is the first standard range adaptor that accepts two arguments — `start` and `end` — to specify the interval [`start`, `end`) for slicing a range.
P4294R1 views::take_last and views::drop_last H. Kang 2026-07-20
Doc Date 2026-07-20
Mailing Date 2026-08 Unassigned
Author(s) Hewill Kang
Target Audience LEWGLWGSG9
Revisions R0
Tracking issue View on GitHub
Abstract This paper proposes two new range adaptors, `views::take_last` and `views::drop_last`, that respectively produce the last *N* elements of a range and all-but-the-last *N* elements of a range. They mirror the shape of the existing `views::take` / `views::drop` adaptors and fill an obvious gap in the standard range adaptor set.
Showing 2 of 2 papers · source: open-std.org