tmp/tmpk2opfolx/{from.md → to.md}
RENAMED
|
@@ -17,7 +17,7 @@ one of two constructors:
|
|
| 17 |
- If `(mode & app) == 0`, then `s` shall designate the first element of
|
| 18 |
an array of `n` elements. The constructor is `strstreambuf(s, n, s)`.
|
| 19 |
- If `(mode & app) != 0`, then `s` shall designate the first element of
|
| 20 |
an array of `n` elements that contains an NTBS whose first element is
|
| 21 |
designated by `s`. The constructor is
|
| 22 |
-
`strstreambuf(s, n, s + std::strlen(s))`.[^
|
| 23 |
|
|
|
|
| 17 |
- If `(mode & app) == 0`, then `s` shall designate the first element of
|
| 18 |
an array of `n` elements. The constructor is `strstreambuf(s, n, s)`.
|
| 19 |
- If `(mode & app) != 0`, then `s` shall designate the first element of
|
| 20 |
an array of `n` elements that contains an NTBS whose first element is
|
| 21 |
designated by `s`. The constructor is
|
| 22 |
+
`strstreambuf(s, n, s + std::strlen(s))`.[^2]
|
| 23 |
|