File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6690
6690
Otherwise this manipulator has no effect.
6691
6691
\begin {note }
6692
6692
To work around the issue that the
6693
- \tcode {Allocator} template argument can not be deduced,
6693
+ \tcode {Allocator} template argument cannot be deduced,
6694
6694
implementations can introduce an intermediate base class
6695
6695
to \tcode {basic_syncbuf} that manages its \tcode {emit_on_sync} flag.
6696
6696
\end {note }
Original file line number Diff line number Diff line change 26410
26410
\pnum
26411
26411
\throws
26412
26412
\tcode{runtime_error} if for any reason
26413
- a reference can not be returned to a valid \tcode{tzdb_list}
26413
+ a reference cannot be returned to a valid \tcode{tzdb_list}
26414
26414
containing one or more valid \tcode{tzdb}s.
26415
26415
\end{itemdescr}
26416
26416
26495
26495
\pnum
26496
26496
\throws
26497
26497
\tcode{runtime_error} if for any reason
26498
- a reference can not be returned to a valid \tcode{tzdb}.
26498
+ a reference cannot be returned to a valid \tcode{tzdb}.
26499
26499
\end{itemdescr}
26500
26500
26501
26501
\indexlibrary{\idxcode{remote_version}}%
26732
26732
The \tcode{abbrev} data member indicates
26733
26733
the current abbreviation used for the associated \tcode{time_zone} and \tcode{time_point}.
26734
26734
Abbreviations are not unique among the \tcode{time_zones},
26735
- and so one can not reliably map abbreviations back to a \tcode{time_zone} and UTC offset.
26735
+ and so one cannot reliably map abbreviations back to a \tcode{time_zone} and UTC offset.
26736
26736
26737
26737
\indexlibrarymember{operator<<}{sys_info}
26738
26738
\begin{itemdecl}
28140
28140
\tcode{\%S} &
28141
28141
Seconds as a decimal number.
28142
28142
If the number of seconds is less than \tcode{10}, the result is prefixed with \tcode{0}.
28143
- If the precision of the input can not be exactly represented with seconds,
28143
+ If the precision of the input cannot be exactly represented with seconds,
28144
28144
then the format is a decimal floating point number with a fixed format
28145
28145
and a precision matching that of the precision of the input
28146
28146
(or to a microseconds precision if the conversion to floating point decimal seconds
You can’t perform that action at this time.
0 commit comments