From Jason Turner

[locale.time.get]

Diff to HTML by rtfpessoa

tmp/tmptdy6hhmi/{from.md → to.md} RENAMED
@@ -244,11 +244,11 @@ recognized as part of a valid year identifier.
244
  ``` cpp
245
  iter_type do_get(iter_type s, iter_type end, ios_base& f,
246
  ios_base::iostate& err, tm* t, char format, char modifier) const;
247
  ```
248
 
249
- *Requires:* `t` shall be dereferenceable.
250
 
251
  *Effects:* The function starts by evaluating `err = ios_base::goodbit`.
252
  It then reads characters starting at `s` until it encounters an error,
253
  or until it has extracted and assigned those `struct tm` members, and
254
  any remaining format characters, corresponding to a conversion directive
 
244
  ``` cpp
245
  iter_type do_get(iter_type s, iter_type end, ios_base& f,
246
  ios_base::iostate& err, tm* t, char format, char modifier) const;
247
  ```
248
 
249
+ *Requires:* `t` shall point to an object.
250
 
251
  *Effects:* The function starts by evaluating `err = ios_base::goodbit`.
252
  It then reads characters starting at `s` until it encounters an error,
253
  or until it has extracted and assigned those `struct tm` members, and
254
  any remaining format characters, corresponding to a conversion directive