File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3534
3534
It then reads characters starting at \tcode {s} until it encounters an error, or
3535
3535
until it has extracted and assigned those \tcode {tm} members, and
3536
3536
any remaining format characters,
3537
- corresponding to a conversion directive appropriate for
3537
+ corresponding to a conversion specification appropriate for
3538
3538
the POSIX function \tcode {strptime},
3539
3539
formed by concatenating \tcode {'\% '},
3540
3540
the \tcode {modifier} character, when non-NUL, and
3546
3546
the function evaluates \tcode {err |= ios_base::eofbit}.
3547
3547
3548
3548
\pnum
3549
- For complex conversion directives
3549
+ For complex conversion specifications
3550
3550
such as \tcode {\% c}, \tcode {\% x}, or \tcode {\% X}, or
3551
- directives that involve the optional modifiers \tcode {E} or \tcode {O},
3551
+ conversion specifications that involve the optional modifiers \tcode {E} or \tcode {O},
3552
3552
when the function is unable to unambiguously determine
3553
3553
some or all \tcode {tm} members from the input sequence \range {s}{end},
3554
3554
it evaluates \tcode {err |= ios_base::eofbit}.
You can’t perform that action at this time.
0 commit comments