From Jason Turner

[locale.statics]

Diff to HTML by rtfpessoa

tmp/tmpsvjoskjh/{from.md → to.md} RENAMED
@@ -13,18 +13,18 @@ setlocale(LC_ALL, loc.name().c_str());
13
  ```
14
 
15
  otherwise, the effect on the C locale, if any, is
16
  *implementation-defined*.
17
 
 
 
18
  *Remarks:* No library function other than `locale::global()` affects the
19
  value returned by `locale()`.
20
 
21
  [*Note 1*: See  [[c.locales]] for data race considerations when
22
  `setlocale` is invoked. — *end note*]
23
 
24
- *Returns:* The previous value of `locale()`.
25
-
26
  ``` cpp
27
  static const locale& classic();
28
  ```
29
 
30
  The `"C"` locale.
 
13
  ```
14
 
15
  otherwise, the effect on the C locale, if any, is
16
  *implementation-defined*.
17
 
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 1*: See  [[c.locales]] for data race considerations when
24
  `setlocale` is invoked. — *end note*]
25
 
 
 
26
  ``` cpp
27
  static const locale& classic();
28
  ```
29
 
30
  The `"C"` locale.