From Jason Turner

[depr.ostrstream]

Diff to HTML by rtfpessoa

tmp/tmp3ekar4uc/{from.md → to.md} RENAMED
@@ -11,11 +11,11 @@ namespace std {
11
  strstreambuf* rdbuf() const;
12
  void freeze(bool freezefl = true);
13
  char* str();
14
  int pcount() const;
15
  private:
16
- strstreambuf sb; // exposition onlyr
17
  };
18
  }
19
  ```
20
 
21
  The class `ostrstream` supports the writing of objects of class
 
11
  strstreambuf* rdbuf() const;
12
  void freeze(bool freezefl = true);
13
  char* str();
14
  int pcount() const;
15
  private:
16
+ strstreambuf sb; // exposition only
17
  };
18
  }
19
  ```
20
 
21
  The class `ostrstream` supports the writing of objects of class