tmp/tmp7cmjz6r0/{from.md → to.md}
RENAMED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
locale pubimbue(const locale& loc);
|
| 5 |
```
|
| 6 |
|
| 7 |
-
`loc == getloc()`.
|
| 8 |
|
| 9 |
*Effects:* Calls `imbue(loc)`.
|
| 10 |
|
| 11 |
*Returns:* Previous value of `getloc()`.
|
| 12 |
|
|
|
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
locale pubimbue(const locale& loc);
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Postconditions:* `loc == getloc()`.
|
| 8 |
|
| 9 |
*Effects:* Calls `imbue(loc)`.
|
| 10 |
|
| 11 |
*Returns:* Previous value of `getloc()`.
|
| 12 |
|