From Jason Turner

[random.access.iterators]

Diff to HTML by rtfpessoa

tmp/tmp42h2wspf/{from.md → to.md} RENAMED
@@ -1,7 +1,7 @@
1
- ### Random access iterators <a id="random.access.iterators">[[random.access.iterators]]</a>
2
 
3
- A class or pointer type `X` satisfies the requirements of a random
4
- access iterator if, in addition to satisfying the requirements for
5
- bidirectional iterators, the following expressions are valid as shown in
6
- Table  [[tab:iterator.random.access.requirements]].
7
 
 
1
+ #### Random access iterators <a id="random.access.iterators">[[random.access.iterators]]</a>
2
 
3
+ A class or pointer type `X` meets the requirements of a random access
4
+ iterator if, in addition to meeting the *Cpp17BidirectionalIterator*
5
+ requirements, the following expressions are valid as shown in
6
+ [[randomaccessiterator]].
7