From Jason Turner

[locale.time.put.virtuals]

Diff to HTML by rtfpessoa

tmp/tmpzfz5unev/{from.md → to.md} RENAMED
@@ -7,14 +7,16 @@ iter_type do_put(iter_type s, ios_base&, char_type fill, const tm* t,
7
 
8
  *Effects:* Formats the contents of the parameter `t` into characters
9
  placed on the output sequence `s`. Formatting is controlled by the
10
  parameters `format` and `modifier`, interpreted identically as the
11
  format specifiers in the string argument to the standard library
12
- function `strftime()`[^17], except that the sequence of characters
13
  produced for those specifiers that are described as depending on the C
14
- locale are instead *implementation-defined*.[^18]
15
 
16
  *Returns:* An iterator pointing immediately after the last character
17
- produced. The `fill` argument may be used in the implementation-defined
18
- formats or by derivations. A space character is a reasonable default for
19
- this argument.
 
 
20
 
 
7
 
8
  *Effects:* Formats the contents of the parameter `t` into characters
9
  placed on the output sequence `s`. Formatting is controlled by the
10
  parameters `format` and `modifier`, interpreted identically as the
11
  format specifiers in the string argument to the standard library
12
+ function `strftime()`[^18], except that the sequence of characters
13
  produced for those specifiers that are described as depending on the C
14
+ locale are instead *implementation-defined*.[^19]
15
 
16
  *Returns:* An iterator pointing immediately after the last character
17
+ produced.
18
+
19
+ [*Note 2*: The `fill` argument may be used in the
20
+ implementation-defined formats or by derivations. A space character is a
21
+ reasonable default for this argument. — *end note*]
22