From Jason Turner

[fs.path.concat]

Diff to HTML by rtfpessoa

tmp/tmprn3h38qx/{from.md → to.md} RENAMED
@@ -12,12 +12,12 @@ template<class Source>
12
  ```
13
 
14
  *Effects:* Appends `path(x).native()` to the pathname in the native
15
  format.
16
 
17
- [*Note 2*: This directly manipulates the value of `native()` and may
18
- not be portable between operating systems. — *end note*]
19
 
20
  *Returns:* `*this`.
21
 
22
  ``` cpp
23
  path& operator+=(value_type x);
 
12
  ```
13
 
14
  *Effects:* Appends `path(x).native()` to the pathname in the native
15
  format.
16
 
17
+ [*Note 2*: This directly manipulates the value of `native()`, which is
18
+ not necessarily portable between operating systems. — *end note*]
19
 
20
  *Returns:* `*this`.
21
 
22
  ``` cpp
23
  path& operator+=(value_type x);