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
Study Groups
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: Hana Dusikova Clear all
6 out of 6 papers selected for export
Paper Title Authors Audience Doc Date Audit
P3125R6 constexpr pointer tagging H. Dusíková
Mailing Date 2026-07 Post-Brno
Author(s) Hana Dusíková
Target Audience LEWGLWG
Revisions R5
Tracking issue View on GitHub
Disposition Date 2026-06
Abstract Pointer tagging is widely known and used technique ([Glasgow Haskell Compiler](https://takenobu-hs.github.io/downloads/haskell_ghc_illustrated.pdf), LLVM's `[PointerIntPair](https://github.com/llvm/llvm-project/blob/8e5aa538caccef167e8096b2173fdaf2be9cc129/llvm/include/llvm/ADT/PointerIntPair.h#L80)`, `[PointerUnion](https://github.com/llvm/llvm-project/blob/8e5aa538caccef167e8096b2173fdaf2be9cc12
P3367R5 constexpr coroutines H. Dusíková
Mailing Date 2026-07 Post-Brno
Author(s) Hana Dusíková
Target Audience CWGLWG
Tracking issue View on GitHub
Abstract Currently C++'s [doesn't allow coroutines to be `constexpr`](https://eel.is/c++draft/dcl.constexpr#3.1). This limitation forces users to choose between having `constexpr` compatible library or (maybe) simpler coroutine interface. As a library author I do prefer `constexpr` but I do not want to make this decision.
P3655R5 cstring_view P. Bindels, H. Dusikova, J. Rifkin, M. Foco, A. Shevlyakov
Mailing Date 2026-07 Post-Brno
Target Audience LEWGLWG
Revisions R4
Tracking issue View on GitHub
Abstract We propose a standard string view type that guarantees null-termination.
P3771R1 constexpr mutex, locks, and condition variable H. Dusíková
Mailing Date 2026-07 Post-Brno
Author(s) Hana Dusíková
Target Audience LEWGSG1
Tracking issue View on GitHub
Abstract It's really hard to conditionally avoid non-`constexpr` types in a code which is supposed to be `constexpr` compatible. This paper fixes it by making these types (and algorithms) `constexpr` compatible. There is no semantical change for updated types and algorithms.
P3791R1 constexpr deterministic random H. Dusíková
Mailing Date 2026-07 Post-Brno
Author(s) Hana Dusíková
Target Audience LWG
Tracking issue View on GitHub
Abstract Algorithms `shuffle`, `sample` are useful even in compile time, same applies to random distribution types which are fully deterministic.
P4148R2 protocol: Structural Subtyping for C++ J. Coe, H. Dusikova, A. Peacock, P. Craig, N. Banglawala
Mailing Date 2026-07 Post-Brno
Target Audience LEWGI
Revisions R1R0
Tracking issue View on GitHub
Abstract We propose `protocol<T,` `A>` and `protocol_view<T>`, standard library vocabulary types for structural subtyping in C++. Interfaces are specified as plain structs; any type whose member functions satisfy the interface is accepted without requiring explicit inheritance.
Showing 6 of 6 papers · source: open-std.org