From Jason Turner

[iterator.concept.forward]

Diff to HTML by rtfpessoa

tmp/tmpc1u1g13c/{from.md → to.md} RENAMED
@@ -23,11 +23,11 @@ end of the same empty sequence. — *end note*]
23
  Pointers and references obtained from a forward iterator into a range
24
  \[`i`, `s`) shall remain valid while \[`i`, `s`) continues to denote a
25
  range.
26
 
27
  Two dereferenceable iterators `a` and `b` of type `X` offer the
28
- *multi-pass guarantee* if:
29
 
30
  - `a == b` implies `++a == ++b` and
31
  - the expression `((void)[](X x){++x;}(a), *a)` is equivalent to the
32
  expression `*a`.
33
 
 
23
  Pointers and references obtained from a forward iterator into a range
24
  \[`i`, `s`) shall remain valid while \[`i`, `s`) continues to denote a
25
  range.
26
 
27
  Two dereferenceable iterators `a` and `b` of type `X` offer the
28
+ *multi-pass guarantee* if
29
 
30
  - `a == b` implies `++a == ++b` and
31
  - the expression `((void)[](X x){++x;}(a), *a)` is equivalent to the
32
  expression `*a`.
33