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

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

2026 Apr · 1 of 6

Pick months in 2026

Add Year +

Select Years To Display

Current Years Selected

2026
Filters Author: Christof Meerwald CWG Clear all
2 out of 2 papers selected for export
SelectPaper Title Authors Audience Doc Date
P3865R3 Class template argument deduction (CTAD) for type template template parameters C. Meerwald
Intent Proposal
Mailing Date 2026-04 Post-Croydon
Author(s) Christof Meerwald
Target Audience CWG
Revisions R2R1
Tracking issue View on GitHub
Disposition Date 2026-03Adopted
Abstract [CWG 3003](https://cplusplus.github.io/CWG/issues/3003.html) "Naming a deducible template for class template argument deduction" has been raised to clarify that with the current core language wording, class template argument deduction does not work for type template template parameters.
P4004R1 Reconsider CWG 1395 "Partial ordering of variadic templates reconsidered" C. Meerwald
Intent Proposal
Mailing Date 2026-04 Post-Croydon
Author(s) Christof Meerwald
Target Audience CWG
Revisions R0
Tracking issue View on GitHub
Disposition Date 2026-03Adopted
Abstract ```cpp template<typename ... T> char *f(T &...); // #1 template<typename T> int *f(T &&); // #2 int i; auto *p = f(i); ```
Showing 2 of 2 papers · source: open-std.org