Skip to content

Commit d97603a

Browse files
[forward.iterators] Use "Cpp17" requirement (#6612)
1 parent f0c172c commit d97603a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@
22142214
\pnum
22152215
A class or pointer type
22162216
\tcode{X}
2217-
meets the requirements of a forward iterator if
2217+
meets the \oldconcept{ForwardIterator} requirements if
22182218
\begin{itemize}
22192219
\item \tcode{X} meets the \oldconcept{InputIterator} requirements\iref{input.iterators},
22202220

0 commit comments

Comments
 (0)