tmp/tmpo3p8dpal/{from.md → to.md}
RENAMED
|
@@ -83,11 +83,11 @@ member objects of `rhs` as follows:
|
|
| 83 |
`(*fn)(erase_event, *this, idx)`;
|
| 84 |
- then, assigns to the member objects of `*this` the corresponding
|
| 85 |
member objects of `rhs`, except that
|
| 86 |
- `rdstate()`, `rdbuf()`, and `exceptions()` are left unchanged;
|
| 87 |
- the contents of arrays pointed at by `pword` and `iword` are copied,
|
| 88 |
-
not the pointers themselves;[^
|
| 89 |
- if any newly stored pointer values in `*this` point at objects
|
| 90 |
stored outside the object `rhs` and those objects are destroyed when
|
| 91 |
`rhs` is destroyed, the newly stored pointer values are altered to
|
| 92 |
point at newly constructed copies of the objects;
|
| 93 |
- then, calls each callback pair that was copied from `rhs` as
|
|
|
|
| 83 |
`(*fn)(erase_event, *this, idx)`;
|
| 84 |
- then, assigns to the member objects of `*this` the corresponding
|
| 85 |
member objects of `rhs`, except that
|
| 86 |
- `rdstate()`, `rdbuf()`, and `exceptions()` are left unchanged;
|
| 87 |
- the contents of arrays pointed at by `pword` and `iword` are copied,
|
| 88 |
+
not the pointers themselves;[^9] and
|
| 89 |
- if any newly stored pointer values in `*this` point at objects
|
| 90 |
stored outside the object `rhs` and those objects are destroyed when
|
| 91 |
`rhs` is destroyed, the newly stored pointer values are altered to
|
| 92 |
point at newly constructed copies of the objects;
|
| 93 |
- then, calls each callback pair that was copied from `rhs` as
|