Skip to content

Commit 8b38857

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[iterator.requirements.general] Clarify non-forward iterator
1 parent f305974 commit 8b38857

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/iterators.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,9 @@
694694
do not specify complexity.
695695

696696
\pnum
697-
Destruction of a non-forward iterator may invalidate pointers and references
698-
previously obtained from that iterator.
697+
Destruction of an iterator may invalidate pointers and references previously
698+
obtained from that iterator if its type does not meet the
699+
\oldconcept{ForwardIterator} requirements and does not model \libconcept{forward_iterator}.
699700

700701
\pnum
701702
An \defnadj{invalid}{iterator}

0 commit comments

Comments
 (0)