From Jason Turner

[locale.time.get.members]

Diff to HTML by rtfpessoa

tmp/tmp19p0a08o/{from.md → to.md} RENAMED
@@ -61,12 +61,12 @@ the first of the following conditions holds:
61
  - The expression `s == end` evaluates to `true`, in which case the
62
  function evaluates `err = ios_base::eofbit | ios_base::failbit`.
63
  - The next element of `fmt` is equal to `’%’`, optionally followed by a
64
  modifier character, followed by a conversion specifier character,
65
  `format`, together forming a conversion specification valid for the
66
- ISO/IEC 9945 function `strptime`. If the number of elements in the
67
- range \[`fmt`, `fmtend`) is not sufficient to unambiguously determine
68
  whether the conversion specification is complete and valid, the
69
  function evaluates `err = ios_base::failbit`. Otherwise, the function
70
  evaluates `s = do_get(s, end, f, err, t, format, modifier)`, where the
71
  value of `modifier` is `’\0’` when the optional modifier is absent
72
  from the conversion specification. If `err == ios_base::goodbit` holds
 
61
  - The expression `s == end` evaluates to `true`, in which case the
62
  function evaluates `err = ios_base::eofbit | ios_base::failbit`.
63
  - The next element of `fmt` is equal to `’%’`, optionally followed by a
64
  modifier character, followed by a conversion specifier character,
65
  `format`, together forming a conversion specification valid for the
66
+ POSIX function `strptime`. If the number of elements in the range
67
+ \[`fmt`, `fmtend`) is not sufficient to unambiguously determine
68
  whether the conversion specification is complete and valid, the
69
  function evaluates `err = ios_base::failbit`. Otherwise, the function
70
  evaluates `s = do_get(s, end, f, err, t, format, modifier)`, where the
71
  value of `modifier` is `’\0’` when the optional modifier is absent
72
  from the conversion specification. If `err == ios_base::goodbit` holds