From Jason Turner

[locale.time.get.virtuals]

Diff to HTML by rtfpessoa

tmp/tmp8k93jrh1/{from.md → to.md} RENAMED
@@ -84,11 +84,11 @@ recognized as part of a valid year identifier.
84
  ``` cpp
85
  iter_type do_get(iter_type s, iter_type end, ios_base& f,
86
  ios_base::iostate& err, tm* t, char format, char modifier) const;
87
  ```
88
 
89
- *Requires:* `t` shall be dereferenceable.
90
 
91
  *Effects:* The function starts by evaluating `err = ios_base::goodbit`.
92
  It then reads characters starting at `s` until it encounters an error,
93
  or until it has extracted and assigned those `struct tm` members, and
94
  any remaining format characters, corresponding to a conversion directive
 
84
  ``` cpp
85
  iter_type do_get(iter_type s, iter_type end, ios_base& f,
86
  ios_base::iostate& err, tm* t, char format, char modifier) const;
87
  ```
88
 
89
+ *Requires:* `t` shall point to an object.
90
 
91
  *Effects:* The function starts by evaluating `err = ios_base::goodbit`.
92
  It then reads characters starting at `s` until it encounters an error,
93
  or until it has extracted and assigned those `struct tm` members, and
94
  any remaining format characters, corresponding to a conversion directive