tmp/tmpjn02zcfl/{from.md → to.md}
RENAMED
|
@@ -10,11 +10,11 @@ locale imbue(const locale& loc);
|
|
| 10 |
`ios_base::getloc()` from within `fn` returns the new locale value
|
| 11 |
`loc`.
|
| 12 |
|
| 13 |
*Returns:* The previous value of `getloc()`.
|
| 14 |
|
| 15 |
-
`loc == getloc()`.
|
| 16 |
|
| 17 |
``` cpp
|
| 18 |
locale getloc() const;
|
| 19 |
```
|
| 20 |
|
|
|
|
| 10 |
`ios_base::getloc()` from within `fn` returns the new locale value
|
| 11 |
`loc`.
|
| 12 |
|
| 13 |
*Returns:* The previous value of `getloc()`.
|
| 14 |
|
| 15 |
+
*Postconditions:* `loc == getloc()`.
|
| 16 |
|
| 17 |
``` cpp
|
| 18 |
locale getloc() const;
|
| 19 |
```
|
| 20 |
|