From Jason Turner

[streambuf.cons]

Diff to HTML by rtfpessoa

tmp/tmpvdecgt4_/{from.md → to.md} RENAMED
@@ -2,12 +2,12 @@
2
 
3
  ``` cpp
4
  basic_streambuf();
5
  ```
6
 
7
- *Effects:* Constructs an object of class `basic_streambuf<charT,traits>`
8
- and initializes:[^13]
9
 
10
  - all its pointer member objects to null pointers,
11
  - the `getloc()` member to a copy the global locale, `locale()`, at the
12
  time of construction.
13
 
 
2
 
3
  ``` cpp
4
  basic_streambuf();
5
  ```
6
 
7
+ *Effects:* Constructs an object of class
8
+ `basic_streambuf<charT, traits>` and initializes:[^13]
9
 
10
  - all its pointer member objects to null pointers,
11
  - the `getloc()` member to a copy the global locale, `locale()`, at the
12
  time of construction.
13