From Jason Turner

[fs.path.req]

Diff to HTML by rtfpessoa

tmp/tmpllmqa9bw/{from.md → to.md} RENAMED
@@ -8,16 +8,16 @@ named `Source` shall be one of:
8
  \[`source.begin()`, `source.end()`).
9
  - `basic_string_view<EcharT, traits>`. A function argument
10
  `const Source&` `source` shall have an effective range
11
  \[`source.begin()`, `source.end()`).
12
  - A type meeting the *Cpp17InputIterator* requirements that iterates
13
- over a NTCTS. The value type shall be an encoded character type. A
14
  function argument `const Source&` `source` shall have an effective
15
  range \[`source`, `end`) where `end` is the first iterator value with
16
  an element value equal to `iterator_traits<Source>::value_type()`.
17
  - A character array that after array-to-pointer decay results in a
18
- pointer to the start of a NTCTS. The value type shall be an encoded
19
  character type. A function argument `const Source&` `source` shall
20
  have an effective range \[`source`, `end`) where `end` is the first
21
  iterator value with an element value equal to
22
  `iterator_traits<decay_t<Source>>::value_type()`.
23
 
 
8
  \[`source.begin()`, `source.end()`).
9
  - `basic_string_view<EcharT, traits>`. A function argument
10
  `const Source&` `source` shall have an effective range
11
  \[`source.begin()`, `source.end()`).
12
  - A type meeting the *Cpp17InputIterator* requirements that iterates
13
+ over an NTCTS. The value type shall be an encoded character type. A
14
  function argument `const Source&` `source` shall have an effective
15
  range \[`source`, `end`) where `end` is the first iterator value with
16
  an element value equal to `iterator_traits<Source>::value_type()`.
17
  - A character array that after array-to-pointer decay results in a
18
+ pointer to the start of an NTCTS. The value type shall be an encoded
19
  character type. A function argument `const Source&` `source` shall
20
  have an effective range \[`source`, `end`) where `end` is the first
21
  iterator value with an element value equal to
22
  `iterator_traits<decay_t<Source>>::value_type()`.
23