Skip to content

Commit 96028f0

Browse files
CaseyCartertkoeppe
authored andcommitted
[iterator.requirements.general] Operations satisfy requirements, not operations (#2375)
Drive-by: change "satisfy .... requirements" to "meet ... requirements".
1 parent 72f1bb1 commit 96028f0

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
@@ -227,7 +227,7 @@
227227
\pnum
228228
\indextext{iterator!constexpr}%
229229
Iterators are called \defn{constexpr iterators}
230-
if all operations provided to satisfy iterator category operations
230+
if all operations provided to meet iterator category requirements
231231
are constexpr functions, except for
232232
\begin{itemize}
233233
\item a pseudo-destructor call\iref{expr.pseudo}, and

0 commit comments

Comments
 (0)