tmp/tmptrnd1sjz/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#### Static members <a id="locale.statics">[[locale.statics]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
static locale global(const locale& loc);
|
| 5 |
```
|
| 6 |
|
|
@@ -18,11 +18,11 @@ otherwise, the effect on the C locale, if any, is
|
|
| 18 |
*Returns:* The previous value of `locale()`.
|
| 19 |
|
| 20 |
*Remarks:* No library function other than `locale::global()` affects the
|
| 21 |
value returned by `locale()`.
|
| 22 |
|
| 23 |
-
[*Note
|
| 24 |
`setlocale` is invoked. — *end note*]
|
| 25 |
|
| 26 |
``` cpp
|
| 27 |
static const locale& classic();
|
| 28 |
```
|
|
|
|
| 1 |
+
##### Static members <a id="locale.statics">[[locale.statics]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
static locale global(const locale& loc);
|
| 5 |
```
|
| 6 |
|
|
|
|
| 18 |
*Returns:* The previous value of `locale()`.
|
| 19 |
|
| 20 |
*Remarks:* No library function other than `locale::global()` affects the
|
| 21 |
value returned by `locale()`.
|
| 22 |
|
| 23 |
+
[*Note 2*: See [[c.locales]] for data race considerations when
|
| 24 |
`setlocale` is invoked. — *end note*]
|
| 25 |
|
| 26 |
``` cpp
|
| 27 |
static const locale& classic();
|
| 28 |
```
|