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.

Disposition Updated

Audience
Wording
Evolution
Mailings
1 · Year 1 · Month

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

2026 Jul · 1 of 5

Pick months in 2026

Filters Author: Mark Hoemmen Clear all
3 out of 3 papers selected for export
Paper Title Authors Audience Doc Date Audit
P2906R2 Structured bindings for std::extents B. Gruber, Y. Wang, M. Hoemmen
Mailing Date 2026-07 Post-Brno
Target Audience LEWG
Revisions R1
Tracking issue View on GitHub
Abstract [[P0009R18]](https://wg21.link/p0009r18) proposed `std::mdspan`, which was approved for C++23. It comes with the utility class template `std::extents` to describe the integral extents of a multidimensional index space. Practically, `std::extents` models an array of integrals, where some of the values can be specified at compile-time. However, `std::extents` behaves very little like an array. A not
P3242R4 Copy and fill for mdspan N. Morales, C. Trott, M. Hoemmen, D. Lebrun-Grandie
Mailing Date 2026-07 Post-Brno
Target Audience LWG
Revisions R3R2
Tracking issue View on GitHub
Disposition Date 2026-06
Abstract C++23 introduced `mdspan` ([P0009R18]), a non-owning multidimensional array abstraction that has a customizable layout. Layout customization was originally motivated in [P0009R18] with considerations for interoperability and performance, particularly on different architectures. Moreover, [P2630R4] introduced `submdspan`, a slicing function that can yield arbitrarily strided layouts. However, witho
P4311R0 Getting a const element type version of an mdspan accessor, and of an mdspan too M. Hoemmen, R. Parolin
Mailing Date 2026-07 Post-Brno
Target Audience LEWG
Tracking issue View on GitHub
Abstract Given an accessor `a` of type `A`, a “const element type version of `a`” (if it exists) is an accessor `b` of a possibly different type `B`, where
Showing 3 of 3 papers · source: open-std.org