From Jason Turner

[fs.path.native.obs]

Diff to HTML by rtfpessoa

tmp/tmp9zsa_w55/{from.md → to.md} RENAMED
@@ -19,14 +19,10 @@ const value_type* c_str() const noexcept;
19
  operator string_type() const;
20
  ```
21
 
22
  *Returns:* `native()`.
23
 
24
- [*Note 3*: Conversion to `string_type` is provided so that an object of
25
- class `path` can be given as an argument to existing standard library
26
- file stream constructors and open functions. — *end note*]
27
-
28
  ``` cpp
29
  template<class EcharT, class traits = char_traits<EcharT>,
30
  class Allocator = allocator<EcharT>>
31
  basic_string<EcharT, traits, Allocator>
32
  string(const Allocator& a = Allocator()) const;
 
19
  operator string_type() const;
20
  ```
21
 
22
  *Returns:* `native()`.
23
 
 
 
 
 
24
  ``` cpp
25
  template<class EcharT, class traits = char_traits<EcharT>,
26
  class Allocator = allocator<EcharT>>
27
  basic_string<EcharT, traits, Allocator>
28
  string(const Allocator& a = Allocator()) const;