tmp/tmpq9r8hpno/{from.md → to.md}
RENAMED
|
@@ -14,7 +14,7 @@ destroyed, whichever comes first; otherwise the behavior is undefined.
|
|
| 14 |
```
|
| 15 |
|
| 16 |
*Effects:* Calls each registered callback pair `(fn, idx)`
|
| 17 |
[[ios.base.callback]] as `(*fn)(erase_event, *this, idx)` at such time
|
| 18 |
that any `ios_base` member function called from within `fn` has
|
| 19 |
-
well-defined results.
|
| 20 |
|
|
|
|
| 14 |
```
|
| 15 |
|
| 16 |
*Effects:* Calls each registered callback pair `(fn, idx)`
|
| 17 |
[[ios.base.callback]] as `(*fn)(erase_event, *this, idx)` at such time
|
| 18 |
that any `ios_base` member function called from within `fn` has
|
| 19 |
+
well-defined results. Then, any memory obtained is deallocated.
|
| 20 |
|