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

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

2026 May · 1 of 6

Pick months in 2026

Add Year +

Select Years To Display

Current Years Selected

2026
Filters Author: Michael Florian Hava LEWG Clear all
2 out of 2 papers selected for export
SelectPaper Title Authors Audience Doc Date
P3729R1 Aligning span and string_view M. Hava
Mailing Date 2026-05 Pre-Brno
Target Audience LEWG
Tracking issue View on GitHub
Abstract ```cpp template<typename T, size_type E = dynamic_extent> struct span { … //runtime subsetting: constexpr span subspan(size_type pos = 0, size_type n = dynamic_extent) const; constexpr span first(size_type count) const; constexpr span last(size_type count) const; … }; template<typename charT, typename traits = char_traits<charT>> struct basic_string_view { … //in place shrinking: constexpr void re
P4216R0 Comparisons for span M. Hava
Mailing Date 2026-05 Pre-Brno
Target Audience LEWG
Tracking issue View on GitHub
Abstract **Design Space** **Deep value comparisons** All existing *reference types* use the same comparison model: they compare the referenced values (if any), not their identity. This model has always been in place for `string_view` and was adopted
Showing 2 of 2 papers · source: open-std.org