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
Evolution
Study Groups
Mailings
1 · Year 1 · Month

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

2026 Apr · 1 of 6

Pick months in 2026

Add Year +

Select Years To Display

Current Years Selected

2026
Filters Author: Bryce Adelstein Lelbach Clear all
2 out of 2 papers selected for export
SelectPaper Title Authors Audience Doc Date
P3732R2 Numeric Range Algorithms R. Arutyunyan, M. Hoemmen, A. Kukanov, B. Lelbach, A. Majumder
Intent Proposal
Mailing Date 2026-04 Post-Croydon
Target Audience SG1SG9
Tracking issue View on GitHub
Abstract We propose `ranges` algorithm overloads (both parallel and non-parallel) for the `<numeric>` header.
P4150R0 Multidimensional Index-based For Each N. Morales, M. Hoemmen, B. Lelbach, D. Lebrun-Grandie
Intent Proposal
Mailing Date 2026-04 Post-Croydon
Target Audience LEWG
Tracking issue View on GitHub
Abstract | **Before** | **After** | | --- | --- | | `std::ranges::for_each( std::execution::par_unseq, std::views::cartesian_product( std::views::indices(A.extent(0)), std::views::indices(A.extent(1))), [=] (auto idx) { auto [i, j] = idx; B[j, i] = A[i, j]; });` | `std::for_each_index( std::execution::par_unseq, A.mapping(), [=] (auto i, auto j) { B[j, i] = A[i, j]; });` |
Showing 2 of 2 papers · source: open-std.org