From Jason Turner

[facet.num.put.virtuals]

Diff to HTML by rtfpessoa

tmp/tmpc1213mln/{from.md → to.md} RENAMED
@@ -146,24 +146,25 @@ const numpunct<charT>& punct = use_facet<numpunct<charT>>(loc);
146
  ```
147
 
148
  For arithmetic types, `punct.thousands_sep()` characters are inserted
149
  into the sequence as determined by the value returned by
150
  `punct.do_grouping()` using the method described
151
- in [[facet.numpunct.virtuals]]
152
 
153
- Decimal point characters(.) are replaced by `punct.decimal_point()`
154
 
155
  - **Stage 3:**
156
 
157
  A local variable is initialized as
158
 
159
  ``` cpp
160
  fmtflags adjustfield = (flags & (ios_base::adjustfield));
161
  ```
162
 
163
- The location of any padding[^12] is determined according to
164
- [[facet.num.put.fill]].
 
165
 
166
  **Table: Fill padding** <a id="facet.num.put.fill">[facet.num.put.fill]</a>
167
 
168
  | State | Location |
169
  | ------------------------------------------------------------------------------ | ------------------ |
 
146
  ```
147
 
148
  For arithmetic types, `punct.thousands_sep()` characters are inserted
149
  into the sequence as determined by the value returned by
150
  `punct.do_grouping()` using the method described
151
+ in [[facet.numpunct.virtuals]].
152
 
153
+ Decimal point characters(.) are replaced by `punct.decimal_point()`.
154
 
155
  - **Stage 3:**
156
 
157
  A local variable is initialized as
158
 
159
  ``` cpp
160
  fmtflags adjustfield = (flags & (ios_base::adjustfield));
161
  ```
162
 
163
+ The location of any padding[^12]
164
+
165
+ is determined according to [[facet.num.put.fill]].
166
 
167
  **Table: Fill padding** <a id="facet.num.put.fill">[facet.num.put.fill]</a>
168
 
169
  | State | Location |
170
  | ------------------------------------------------------------------------------ | ------------------ |