diff --git a/source/iterators.tex b/source/iterators.tex index e0116c79d8..6a21fdf1c3 100644 --- a/source/iterators.tex +++ b/source/iterators.tex @@ -2161,8 +2161,6 @@ should never attempt to pass through the same iterator twice; such an algorithm should be a single pass algorithm. -\newpage - \begin{note} For input iterators, \tcode{a == b} does not imply \tcode{++a == ++b}. (Equality does not guarantee the substitution property or referential transparency.)