From de8d0b08c3a732d407193977b7b5979516f5329f Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:55:15 +0200 Subject: [PATCH] [input.iterators] Remove superfluous \newpage --- source/iterators.tex | 2 -- 1 file changed, 2 deletions(-) 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.)