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 May · 1 of 6

Pick months in 2026

Add Year +

Select Years To Display

Current Years Selected

2026
Filters Author: Gašper Ažman Clear all
3 out of 3 papers selected for export
SelectPaper Title Authors Audience Doc Date
P2826R3 Expression Aliases G. Ažman
Mailing Date 2026-05 Pre-Brno
Author(s) Gašper Ažman
Target Audience EWG
Revisions R4
Tracking issue View on GitHub
Abstract This paper introduces a way to rewrite a function call to a different expression without a forwarding layer.
P3098R2 Contracts for C++: Postcondition captures T. Doumler, G. Ažman, J. Berne
Mailing Date 2026-05 Pre-Brno
Target Audience EWGLEWGSG21
Tracking issue View on GitHub
Abstract We propose to add a new, optional syntactic construct to postcondition assertions, called *postcondition* captures. Postcondition captures are spelled in the same fashion as lambda captures. They are placed immediately after the `post` contextual keyword and before the predicate: `post [``captures``] (``predicate``)` Postcondition captures are variables constructed when the function is called. The
P3377R0 constexpr `reinterpret_cast` partial replacements H. Dusíková, G. Ažman
Mailing Date 2026-05 Pre-Brno
Target Audience EWGLEWG
Tracking issue View on GitHub
Abstract | functionality | runtime only (current status) | runtime & constexpr compatible replacement | status | | --- | --- | --- | --- | | pointer ↔︎ integer | `intptr_t * iptr = reinterpret_cast<intptr_t>(ptr); auto * optr = reinterpret_cast<pointer>(iptr);` | — | not proposed | | pointer tagging | `auto tptr = reinterpret_cast<pointer>( reinterpret_cast<intptr_t>(ptr) \| 0b1u); auto tag = static_cast<b
Showing 3 of 3 papers · source: open-std.org