We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f305974 commit 8b38857Copy full SHA for 8b38857
source/iterators.tex
@@ -694,8 +694,9 @@
694
do not specify complexity.
695
696
\pnum
697
-Destruction of a non-forward iterator may invalidate pointers and references
698
-previously obtained from that iterator.
+Destruction of an iterator may invalidate pointers and references previously
+obtained from that iterator if its type does not meet the
699
+\oldconcept{ForwardIterator} requirements and does not model \libconcept{forward_iterator}.
700
701
702
An \defnadj{invalid}{iterator}
0 commit comments