From Jason Turner

[depr.strstreambuf.cons]

Diff to HTML by rtfpessoa

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
- `(strmode & frozen) == 0`. ([[depr.strstreambuf.virtuals]] describes
96
- how a dynamically allocated array object is freed.)
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