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
Wording
WG21
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: Louis Dionne Clear all
2 out of 2 papers selected for export
Paper Title Authors Audience Doc Date Audit
P2719R7 Type-aware allocation and deallocation functions L. Dionne, O. Hunt, V. Serebrennikov
Mailing Date 2026-07 Post-Brno
Target Audience CWG
Revisions R6
Tracking issue View on GitHub
Abstract C++ currently provides two ways of customizing the creation of objects in new expressions. First, `operator new` can be provided as a static member function of a class, like `void* T::operator new`. If such a declaration is provided, an expression like `new T(...)` will use that allocation function. Otherwise, the global version of `operator new` can be replaced by users in a type-agnostic way, by
P4268R0 Implementation considerations of library constexpr-ification L. Dionne
Mailing Date 2026-07 Post-Brno
Author(s) Louis Dionne
Target Audience WG21
Tracking issue View on GitHub
Abstract A wave of recent proposals targets parts of the standard library for `constexpr`-ification. Some of them have already been adopted in C++26, others are being considered for C++29. These papers are often perceived as straightforward, since they are only sprinkling `constexpr` around the standard library. However, in practice, these papers may involve subtle tradeofs for standard libraries and their
Showing 2 of 2 papers · source: open-std.org