tmp/tmphqqyb7fz/{from.md → to.md}
RENAMED
|
@@ -89,9 +89,9 @@ except that the constructor also sets `constant` in `strmode`.
|
|
| 89 |
virtual ~strstreambuf();
|
| 90 |
```
|
| 91 |
|
| 92 |
*Effects:* Destroys an object of class `strstreambuf`. The function
|
| 93 |
frees the dynamically allocated array object only if
|
| 94 |
-
`(strmode & allocated) != 0` and
|
| 95 |
-
|
| 96 |
-
|
| 97 |
|
|
|
|
| 89 |
virtual ~strstreambuf();
|
| 90 |
```
|
| 91 |
|
| 92 |
*Effects:* Destroys an object of class `strstreambuf`. The function
|
| 93 |
frees the dynamically allocated array object only if
|
| 94 |
+
`(strmode & allocated) != 0` and `(strmode & frozen) == 0`.
|
| 95 |
+
([[depr.strstreambuf.virtuals]] describes how a dynamically allocated
|
| 96 |
+
array object is freed.)
|
| 97 |
|