tmp/tmphc5sy6in/{from.md → to.md}
RENAMED
|
@@ -32,12 +32,12 @@ files.
|
|
| 32 |
or sink of bytes. In an environment that uses a large character set, the
|
| 33 |
file typically holds multibyte character sequences and the
|
| 34 |
`basic_filebuf` object converts those multibyte sequences into wide
|
| 35 |
character sequences. — *end note*]
|
| 36 |
|
| 37 |
-
In
|
| 38 |
`const filesystem::path::value_type*` are only be provided on systems
|
| 39 |
-
where `filesystem::path::value_type`
|
| 40 |
|
| 41 |
[*Note 2*: These functions enable class `path` support for systems with
|
| 42 |
a wide native path character type, such as `wchar_t`. — *end note*]
|
| 43 |
|
|
|
|
| 32 |
or sink of bytes. In an environment that uses a large character set, the
|
| 33 |
file typically holds multibyte character sequences and the
|
| 34 |
`basic_filebuf` object converts those multibyte sequences into wide
|
| 35 |
character sequences. — *end note*]
|
| 36 |
|
| 37 |
+
In subclause [[file.streams]], member functions taking arguments of
|
| 38 |
`const filesystem::path::value_type*` are only be provided on systems
|
| 39 |
+
where `filesystem::path::value_type` [[fs.class.path]] is not `char`.
|
| 40 |
|
| 41 |
[*Note 2*: These functions enable class `path` support for systems with
|
| 42 |
a wide native path character type, such as `wchar_t`. — *end note*]
|
| 43 |
|