From Jason Turner

[locale.time.put.members]

Diff to HTML by rtfpessoa

tmp/tmpk04vc2z4/{from.md → to.md} RENAMED
@@ -15,19 +15,19 @@ call to `do_put`; thus, format elements and other characters are
15
  interleaved in the output in the order in which they appear in the
16
  pattern. Format sequences are identified by converting each character
17
  `c` to a `char` value as if by `ct.narrow(c, 0)`, where `ct` is a
18
  reference to `ctype<charT>` obtained from `str.getloc()`. The first
19
  character of each sequence is equal to `’%’`, followed by an optional
20
- modifier character `mod`[^16] and a format specifier character `spec` as
21
  defined for the function `strftime`. If no modifier character is
22
  present, `mod` is zero. For each valid format sequence identified, calls
23
  `do_put(s, str, fill, t, spec, mod)`.
24
 
25
  The second form calls `do_put(s, str, fill, t, format, modifier)`.
26
 
27
- The `fill` argument may be used in the implementation-defined formats or
28
- by derivations. A space character is a reasonable default for this
29
- argument.
30
 
31
  *Returns:* An iterator pointing immediately after the last character
32
  produced.
33
 
 
15
  interleaved in the output in the order in which they appear in the
16
  pattern. Format sequences are identified by converting each character
17
  `c` to a `char` value as if by `ct.narrow(c, 0)`, where `ct` is a
18
  reference to `ctype<charT>` obtained from `str.getloc()`. The first
19
  character of each sequence is equal to `’%’`, followed by an optional
20
+ modifier character `mod`[^17] and a format specifier character `spec` as
21
  defined for the function `strftime`. If no modifier character is
22
  present, `mod` is zero. For each valid format sequence identified, calls
23
  `do_put(s, str, fill, t, spec, mod)`.
24
 
25
  The second form calls `do_put(s, str, fill, t, format, modifier)`.
26
 
27
+ [*Note 1*: The `fill` argument may be used in the
28
+ implementation-defined formats or by derivations. A space character is a
29
+ reasonable default for this argument. — *end note*]
30
 
31
  *Returns:* An iterator pointing immediately after the last character
32
  produced.
33