From 572f12a67cbdc9991d67b89993683355dc88b2ec Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Mon, 29 Oct 2018 13:54:51 -0700 Subject: [PATCH] [iterator.requirements.general] operations satisfy requirements, not operations Drive-by: change "satisfy .... requirements" to "meet ... requirements". --- source/iterators.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iterators.tex b/source/iterators.tex index ccd7905fec..ac33d11a13 100644 --- a/source/iterators.tex +++ b/source/iterators.tex @@ -227,7 +227,7 @@ \pnum \indextext{iterator!constexpr}% Iterators are called \defn{constexpr iterators} -if all operations provided to satisfy iterator category operations +if all operations provided to meet iterator category requirements are constexpr functions, except for \begin{itemize} \item a pseudo-destructor call\iref{expr.pseudo}, and