From Jason Turner

[bidirectional.iterators]

Diff to HTML by rtfpessoa

tmp/tmp8l3slwbs/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
- ### Bidirectional iterators <a id="bidirectional.iterators">[[bidirectional.iterators]]</a>
2
 
3
- A class or pointer type `X` satisfies the requirements of a
4
- bidirectional iterator if, in addition to satisfying the requirements
5
- for forward iterators, the following expressions are valid as shown in
6
- Table  [[tab:iterator.bidirectional.requirements]].
7
 
8
  [*Note 1*: Bidirectional iterators allow algorithms to move iterators
9
  backward as well as forward. — *end note*]
10
 
 
1
+ #### Bidirectional iterators <a id="bidirectional.iterators">[[bidirectional.iterators]]</a>
2
 
3
+ A class or pointer type `X` meets the requirements of a bidirectional
4
+ iterator if, in addition to meeting the *Cpp17ForwardIterator*
5
+ requirements, the following expressions are valid as shown in
6
+ [[bidirectionaliterator]].
7
 
8
  [*Note 1*: Bidirectional iterators allow algorithms to move iterators
9
  backward as well as forward. — *end note*]
10