tmp/tmp6fh7vtvi/{from.md → to.md}
RENAMED
|
@@ -8,14 +8,15 @@ are permitted. In that table,
|
|
| 8 |
- `O` refers to type `streamoff`,
|
| 9 |
- `o` refers to a value of type `streamoff`,
|
| 10 |
- `sz` refers to a value of type `streamsize` and
|
| 11 |
- `i` refers to a value of type `int`.
|
| 12 |
|
| 13 |
-
Every implementation is required to supply overloaded
|
| 14 |
-
`fpos` objects to satisfy the requirements of
|
| 15 |
-
is unspecified whether these operators are
|
| 16 |
-
operators, or provided in some other
|
|
|
|
| 17 |
|
| 18 |
Stream operations that return a value of type `traits::pos_type` return
|
| 19 |
`P(O(-1))` as an invalid value to signal an error. If this value is used
|
| 20 |
as an argument to any `istream`, `ostream`, or `streambuf` member that
|
| 21 |
accepts a value of type `traits::pos_type` then the behavior of that
|
|
|
|
| 8 |
- `O` refers to type `streamoff`,
|
| 9 |
- `o` refers to a value of type `streamoff`,
|
| 10 |
- `sz` refers to a value of type `streamsize` and
|
| 11 |
- `i` refers to a value of type `int`.
|
| 12 |
|
| 13 |
+
[*Note 1*: Every implementation is required to supply overloaded
|
| 14 |
+
operators on `fpos` objects to satisfy the requirements of
|
| 15 |
+
[[fpos.operations]]. It is unspecified whether these operators are
|
| 16 |
+
members of `fpos`, global operators, or provided in some other
|
| 17 |
+
way. — *end note*]
|
| 18 |
|
| 19 |
Stream operations that return a value of type `traits::pos_type` return
|
| 20 |
`P(O(-1))` as an invalid value to signal an error. If this value is used
|
| 21 |
as an argument to any `istream`, `ostream`, or `streambuf` member that
|
| 22 |
accepts a value of type `traits::pos_type` then the behavior of that
|