From Jason Turner

[locale.moneypunct.general]

Diff to HTML by rtfpessoa

tmp/tmp_z8ac7e1/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- ##### General <a id="locale.moneypunct.general">[[locale.moneypunct.general]]</a>
2
 
3
  ``` cpp
4
  namespace std {
5
  class money_base {
6
  public:
@@ -46,11 +46,11 @@ namespace std {
46
 
47
  The `moneypunct<>` facet defines monetary formatting parameters used by
48
  `money_get<>` and `money_put<>`. A monetary format is a sequence of four
49
  components, specified by a `pattern` value `p`, such that the `part`
50
  value `static_cast<part>(p.field[i])` determines the `i`ᵗʰ component of
51
- the format[^19]
52
 
53
  In the `field` member of a `pattern` object, each value `symbol`,
54
  `sign`, `value`, and either `space` or `none` appears exactly once. The
55
  value `none`, if present, is not first; the value `space`, if present,
56
  is neither first nor last.
 
1
+ ###### General <a id="locale.moneypunct.general">[[locale.moneypunct.general]]</a>
2
 
3
  ``` cpp
4
  namespace std {
5
  class money_base {
6
  public:
 
46
 
47
  The `moneypunct<>` facet defines monetary formatting parameters used by
48
  `money_get<>` and `money_put<>`. A monetary format is a sequence of four
49
  components, specified by a `pattern` value `p`, such that the `part`
50
  value `static_cast<part>(p.field[i])` determines the `i`ᵗʰ component of
51
+ the format.[^18]
52
 
53
  In the `field` member of a `pattern` object, each value `symbol`,
54
  `sign`, `value`, and either `space` or `none` appears exactly once. The
55
  value `none`, if present, is not first; the value `space`, if present,
56
  is neither first nor last.