Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions source/iterators.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down