From Jason Turner

[fs.path.itr]

Diff to HTML by rtfpessoa

tmp/tmp5ujb30fq/{from.md → to.md} RENAMED
@@ -1,15 +1,15 @@
1
- #### `path` iterators <a id="fs.path.itr">[[fs.path.itr]]</a>
2
 
3
  Path iterators iterate over the elements of the pathname in the generic
4
- format ([[fs.path.generic]]).
5
 
6
- A `path::iterator` is a constant iterator satisfying all the
7
- requirements of a bidirectional iterator ([[bidirectional.iterators]])
8
- except that, for dereferenceable iterators `a` and `b` of type
9
- `path::iterator` with `a == b`, there is no requirement that `*a` and
10
- `*b` are bound to the same object. Its `value_type` is `path`.
11
 
12
  Calling any non-const member function of a `path` object invalidates all
13
  iterators referring to elements of that object.
14
 
15
  For the elements of the pathname in the generic format, the forward
 
1
+ #### Iterators <a id="fs.path.itr">[[fs.path.itr]]</a>
2
 
3
  Path iterators iterate over the elements of the pathname in the generic
4
+ format [[fs.path.generic]].
5
 
6
+ A `path::iterator` is a constant iterator meeting all the requirements
7
+ of a bidirectional iterator [[bidirectional.iterators]] except that, for
8
+ dereferenceable iterators `a` and `b` of type `path::iterator` with
9
+ `a == b`, there is no requirement that `*a` and `*b` are bound to the
10
+ same object. Its `value_type` is `path`.
11
 
12
  Calling any non-const member function of a `path` object invalidates all
13
  iterators referring to elements of that object.
14
 
15
  For the elements of the pathname in the generic format, the forward