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

Pick months in 2026

Filters Author: Robert Leahy SG18 Clear all
2 out of 2 papers selected for export
SelectPaper Title Authors Audience Doc Date
P4337R0 emplace_from R. Leahy 2026-08-03
Doc Date 2026-08-03
Mailing Date 2026-08 Unassigned
Author(s) Robert Leahy
Target Audience LEWGSG18
Abstract Enabled by variadic templates and forwarding references, C++11 brought emplace construction. Containers, wrappers, et cetera could provide variadic constructors or functions which forwarded arguments through to a constructor of some wrapped or contained type thereby creating an instance of that type without intervening temporaries (which would be copied or moved from).
P4338R0 deduce R. Leahy 2026-08-03
Doc Date 2026-08-03
Mailing Date 2026-08 Unassigned
Author(s) Robert Leahy
Target Audience LEWGSG18
Abstract `emplace_from` is a proposed standard library class template which enables emplace functionality (e.g. `std::vector::emplace_back`, `std::optional::emplace`, et cetera) to be used to construct immovable types returned by factory functions (e.g. `std::execution::connect`).
Showing 2 of 2 papers · source: open-std.org