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
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: Pablo Halpern LWG Clear all
1 out of 1 paper selected for export
Paper Title Authors Audience Doc Date Audit
P3091R6 Better lookups for `map` , `unordered_map`, and `flat_map` P. Halpern
Mailing Date 2026-07 Post-Brno
Author(s) Pablo Halpern
Target Audience LWG
Tracking issue View on GitHub
Disposition Date 2026-06
Abstract The most convenient way to look up an element of a `map` -like container is to use the index operator, i.e., `theMap[key]` . This operator cannot be used, however, when 1) the container is `const` , 2) the mapped type is not default constructible, 3) the default-constructed value is inappropriate for the context, or 4) the container should not be modified. These limitations often force the user to
Showing 1 of 1 paper · source: open-std.org