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