This page is a snapshot from the LWG issues list, see the Library Active Issues List for more information and the meaning of Tentatively Ready status.
Section: 23.5.3.1 [unord.map.overview], 23.5.4.1 [unord.multimap.overview], 23.5.6.1 [unord.set.overview], 23.5.7.1 [unord.multiset.overview] Status: Tentatively Ready Submitter: Jonathan Wakely Opened: 2025-07-10 Last modified: 2025-08-29
Priority: Not Prioritized
View all issues with Tentatively Ready status.
Discussion:
The intent of P3372R3 was for all container iterators to be constexpr iterators, but during application of the paper to the working draft it was observed that unordered containers don't say it for their local iterators.
[2025-08-29; Reflector poll]
Set status to Tentatively Ready after eight votes in favour during reflector poll.
Proposed resolution:
This wording is relative to N5008.
Modify 23.5.3.1 [unord.map.overview] as indicated:
-4- The types
iterator
,andconst_iterator
,local_iterator
, andconst_local_iterator
meet the constexpr iterator requirements (24.3.1 [iterator.requirements.general]).
Modify 23.5.4.1 [unord.multimap.overview] as indicated:
-4- The types
iterator
,andconst_iterator
,local_iterator
, andconst_local_iterator
meet the constexpr iterator requirements (24.3.1 [iterator.requirements.general]).
Modify 23.5.6.1 [unord.set.overview] as indicated:
-4- The types
iterator
,andconst_iterator
,local_iterator
, andconst_local_iterator
meet the constexpr iterator requirements (24.3.1 [iterator.requirements.general]).
Modify 23.5.7.1 [unord.multiset.overview] as indicated:
-4- The types
iterator
,andconst_iterator
,local_iterator
, andconst_local_iterator
meet the constexpr iterator requirements (24.3.1 [iterator.requirements.general]).