tmp/tmp9ntsbhfh/{from.md → to.md}
RENAMED
|
@@ -2,15 +2,15 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
basic_streambuf();
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Effects:* Initializes:[^
|
| 8 |
|
| 9 |
- all pointer member objects to null pointers,
|
| 10 |
-
- the `getloc()` member to a copy the global locale, `locale()`, at
|
| 11 |
-
time of construction.
|
| 12 |
|
| 13 |
*Remarks:* Once the `getloc()` member is initialized, results of calling
|
| 14 |
locale member functions, and of members of facets so obtained, can
|
| 15 |
safely be cached until the next time the member `imbue` is called.
|
| 16 |
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
basic_streambuf();
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Effects:* Initializes:[^12]
|
| 8 |
|
| 9 |
- all pointer member objects to null pointers,
|
| 10 |
+
- the `getloc()` member to a copy of the global locale, `locale()`, at
|
| 11 |
+
the time of construction.
|
| 12 |
|
| 13 |
*Remarks:* Once the `getloc()` member is initialized, results of calling
|
| 14 |
locale member functions, and of members of facets so obtained, can
|
| 15 |
safely be cached until the next time the member `imbue` is called.
|
| 16 |
|