From Jason Turner

[locale.money.put.virtuals]

Diff to HTML by rtfpessoa

tmp/tmpq75_7_ne/{from.md → to.md} RENAMED
@@ -27,10 +27,13 @@ minus sign) in `digits` or `buf2`. In `digits`, only the optional
27
  leading minus sign and the immediately subsequent digit characters (as
28
  classified according to `ct`) are used; any trailing characters
29
  (including digits appearing after a non-digit character) are ignored.
30
  Calls `str.width(0)`.
31
 
 
 
 
32
  *Remarks:* The currency symbol is generated if and only if
33
  `(str.flags() & str.showbase)` is nonzero. If the number of characters
34
  generated for the specified format is less than the value returned by
35
  `str.width()` on entry to the function, then copies of `fill` are
36
  inserted as necessary to pad to the specified width. For the value `af`
@@ -42,8 +45,5 @@ before the other characters.
42
 
43
  [*Note 1*: It is possible, with some combinations of format patterns
44
  and flag values, to produce output that cannot be parsed using
45
  `num_get<>::get`. — *end note*]
46
 
47
- *Returns:* An iterator pointing immediately after the last character
48
- produced.
49
-
 
27
  leading minus sign and the immediately subsequent digit characters (as
28
  classified according to `ct`) are used; any trailing characters
29
  (including digits appearing after a non-digit character) are ignored.
30
  Calls `str.width(0)`.
31
 
32
+ *Returns:* An iterator pointing immediately after the last character
33
+ produced.
34
+
35
  *Remarks:* The currency symbol is generated if and only if
36
  `(str.flags() & str.showbase)` is nonzero. If the number of characters
37
  generated for the specified format is less than the value returned by
38
  `str.width()` on entry to the function, then copies of `fill` are
39
  inserted as necessary to pad to the specified width. For the value `af`
 
45
 
46
  [*Note 1*: It is possible, with some combinations of format patterns
47
  and flag values, to produce output that cannot be parsed using
48
  `num_get<>::get`. — *end note*]
49