Skip to content

Commit 75b92ec

Browse files
committed
LWG4292 Unordered container local iterators should be constexpr iterators
1 parent a9d3ff2 commit 75b92ec

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/containers.tex

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13445,7 +13445,8 @@
1344513445
is additional semantic information.
1344613446

1344713447
\pnum
13448-
The types \tcode{iterator} and \tcode{const_iterator} meet
13448+
The types \tcode{iterator}, \tcode{const_iterator},
13449+
\tcode{local_iterator}, and \tcode{const_local_iterator} meet
1344913450
the constexpr iterator requirements\iref{iterator.requirements.general}.
1345013451

1345113452
\indexlibraryglobal{unordered_map}%
@@ -14240,7 +14241,8 @@
1424014241
there is additional semantic information.
1424114242

1424214243
\pnum
14243-
The types \tcode{iterator} and \tcode{const_iterator} meet
14244+
The types \tcode{iterator}, \tcode{const_iterator},
14245+
\tcode{local_iterator}, and \tcode{const_local_iterator} meet
1424414246
the constexpr iterator requirements\iref{iterator.requirements.general}.
1424514247

1424614248
\indexlibraryglobal{unordered_multimap}%
@@ -14730,7 +14732,8 @@
1473014732
is additional semantic information.
1473114733

1473214734
\pnum
14733-
The types \tcode{iterator} and \tcode{const_iterator} meet
14735+
The types \tcode{iterator}, \tcode{const_iterator},
14736+
\tcode{local_iterator}, and \tcode{const_local_iterator} meet
1473414737
the constexpr iterator requirements\iref{iterator.requirements.general}.
1473514738

1473614739
\indexlibraryglobal{unordered_set}%
@@ -15150,7 +15153,8 @@
1515015153
is additional semantic information.
1515115154

1515215155
\pnum
15153-
The types \tcode{iterator} and \tcode{const_iterator} meet
15156+
The types \tcode{iterator}, \tcode{const_iterator},
15157+
\tcode{local_iterator}, and \tcode{const_local_iterator} meet
1515415158
the constexpr iterator requirements\iref{iterator.requirements.general}.
1515515159

1515615160
\indexlibraryglobal{unordered_multiset}%

0 commit comments

Comments
 (0)