From Jason Turner

[locale.money.put]

Diff to HTML by rtfpessoa

tmp/tmpuyxubcy1/{from.md → to.md} RENAMED
@@ -66,10 +66,13 @@ minus sign) in `digits` or `buf2`. In `digits`, only the optional
66
  leading minus sign and the immediately subsequent digit characters (as
67
  classified according to `ct`) are used; any trailing characters
68
  (including digits appearing after a non-digit character) are ignored.
69
  Calls `str.width(0)`.
70
 
 
 
 
71
  *Remarks:* The currency symbol is generated if and only if
72
  `(str.flags() & str.showbase)` is nonzero. If the number of characters
73
  generated for the specified format is less than the value returned by
74
  `str.width()` on entry to the function, then copies of `fill` are
75
  inserted as necessary to pad to the specified width. For the value `af`
@@ -81,8 +84,5 @@ before the other characters.
81
 
82
  [*Note 1*: It is possible, with some combinations of format patterns
83
  and flag values, to produce output that cannot be parsed using
84
  `num_get<>::get`. — *end note*]
85
 
86
- *Returns:* An iterator pointing immediately after the last character
87
- produced.
88
-
 
66
  leading minus sign and the immediately subsequent digit characters (as
67
  classified according to `ct`) are used; any trailing characters
68
  (including digits appearing after a non-digit character) are ignored.
69
  Calls `str.width(0)`.
70
 
71
+ *Returns:* An iterator pointing immediately after the last character
72
+ produced.
73
+
74
  *Remarks:* The currency symbol is generated if and only if
75
  `(str.flags() & str.showbase)` is nonzero. If the number of characters
76
  generated for the specified format is less than the value returned by
77
  `str.width()` on entry to the function, then copies of `fill` are
78
  inserted as necessary to pad to the specified width. For the value `af`
 
84
 
85
  [*Note 1*: It is possible, with some combinations of format patterns
86
  and flag values, to produce output that cannot be parsed using
87
  `num_get<>::get`. — *end note*]
88