tmp/tmppowlans5/{from.md → to.md}
RENAMED
|
@@ -31,8 +31,8 @@ namespace std {
|
|
| 31 |
```
|
| 32 |
|
| 33 |
The two-argument members `assign`, `eq`, and `lt` are defined
|
| 34 |
identically to the built-in operators `=`, `==`, and `<` respectively.
|
| 35 |
|
| 36 |
-
The member `eof()` returns an implementation-defined constant that
|
| 37 |
cannot appear as a valid UTF-8 code unit.
|
| 38 |
|
|
|
|
| 31 |
```
|
| 32 |
|
| 33 |
The two-argument members `assign`, `eq`, and `lt` are defined
|
| 34 |
identically to the built-in operators `=`, `==`, and `<` respectively.
|
| 35 |
|
| 36 |
+
The member `eof()` returns an *implementation-defined* constant that
|
| 37 |
cannot appear as a valid UTF-8 code unit.
|
| 38 |
|