From Jason Turner

[category.time]

Diff to HTML by rtfpessoa

tmp/tmpbz6e6i3q/{from.md → to.md} RENAMED
@@ -257,11 +257,11 @@ recognized as part of a valid year identifier.
257
  ``` cpp
258
  iter_type do_get(iter_type s, iter_type end, ios_base& f,
259
  ios_base::iostate& err, tm* t, char format, char modifier) const;
260
  ```
261
 
262
- *Requires:* `t` shall be dereferenceable.
263
 
264
  *Effects:* The function starts by evaluating `err = ios_base::goodbit`.
265
  It then reads characters starting at `s` until it encounters an error,
266
  or until it has extracted and assigned those `struct tm` members, and
267
  any remaining format characters, corresponding to a conversion directive
 
257
  ``` cpp
258
  iter_type do_get(iter_type s, iter_type end, ios_base& f,
259
  ios_base::iostate& err, tm* t, char format, char modifier) const;
260
  ```
261
 
262
+ *Requires:* `t` shall point to an object.
263
 
264
  *Effects:* The function starts by evaluating `err = ios_base::goodbit`.
265
  It then reads characters starting at `s` until it encounters an error,
266
  or until it has extracted and assigned those `struct tm` members, and
267
  any remaining format characters, corresponding to a conversion directive