File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4948
4948
\pnum
4949
4949
Characters are extracted and stored until any of the following occurs:
4950
4950
\begin{itemize}
4951
- \item \tcode{n- 1} characters are stored;
4951
+ \item \tcode{n - 1} characters are stored;
4952
4952
\item end of file occurs on the input sequence;
4953
4953
\item letting \tcode{ct} be \tcode{use_facet<ctype<charT>>(in.getloc())},
4954
4954
\tcode{ct.is(ct.space, c)} is \tcode{true}.
8530
8530
the \tcode{basic_stringbuf}'s underlying character sequence in \tcode{buf}:
8531
8531
\begin{itemize}
8532
8532
\item If \tcode{ios_base::out} is set in \exposid{mode},
8533
- then \tcode{sv(pbase(), high_mark- pbase())} is returned.
8533
+ then \tcode{sv(pbase(), high_mark - pbase())} is returned.
8534
8534
\item Otherwise, if \tcode{ios_base::in} is set in \exposid{mode},
8535
- then \tcode{sv(eback(), egptr()- eback())} is returned.
8535
+ then \tcode{sv(eback(), egptr() - eback())} is returned.
8536
8536
\item Otherwise, \tcode{sv()} is returned.
8537
8537
\end{itemize}
8538
8538
You can’t perform that action at this time.
0 commit comments