From Jason Turner

[locale.time.put]

Diff to HTML by rtfpessoa

tmp/tmpikbl3sv8/{from.md → to.md} RENAMED
@@ -24,11 +24,11 @@ namespace std {
24
  char format, char modifier) const;
25
  };
26
  }
27
  ```
28
 
29
- ##### `time_put` members <a id="locale.time.put.members">[[locale.time.put.members]]</a>
30
 
31
  ``` cpp
32
  iter_type put(iter_type s, ios_base& str, char_type fill, const tm* t,
33
  const charT* pattern, const charT* pat_end) const;
34
  iter_type put(iter_type s, ios_base& str, char_type fill, const tm* t,
@@ -57,11 +57,11 @@ implementation-defined formats or by derivations. A space character is a
57
  reasonable default for this argument. — *end note*]
58
 
59
  *Returns:* An iterator pointing immediately after the last character
60
  produced.
61
 
62
- ##### `time_put` virtual functions <a id="locale.time.put.virtuals">[[locale.time.put.virtuals]]</a>
63
 
64
  ``` cpp
65
  iter_type do_put(iter_type s, ios_base&, char_type fill, const tm* t,
66
  char format, char modifier) const;
67
  ```
 
24
  char format, char modifier) const;
25
  };
26
  }
27
  ```
28
 
29
+ ##### Members <a id="locale.time.put.members">[[locale.time.put.members]]</a>
30
 
31
  ``` cpp
32
  iter_type put(iter_type s, ios_base& str, char_type fill, const tm* t,
33
  const charT* pattern, const charT* pat_end) const;
34
  iter_type put(iter_type s, ios_base& str, char_type fill, const tm* t,
 
57
  reasonable default for this argument. — *end note*]
58
 
59
  *Returns:* An iterator pointing immediately after the last character
60
  produced.
61
 
62
+ ##### Virtual functions <a id="locale.time.put.virtuals">[[locale.time.put.virtuals]]</a>
63
 
64
  ``` cpp
65
  iter_type do_put(iter_type s, ios_base&, char_type fill, const tm* t,
66
  char format, char modifier) const;
67
  ```