Skip to content

Commit bb16388

Browse files
committed
[socket.streambuf.virtual Add whitespace to fix overfull hboxes
1 parent 0dc6d2a commit bb16388

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/socketstreams.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,13 +287,13 @@
287287

288288
\begin{itemize}
289289
\item
290-
If \tcode{traits_type::eq_int_type(c,traits_type::eof())} returns \tcode{false}, and if the function makes a putback position available, and if \tcode{traits_type::eq(traits_type::to_char_type(c),gptr()[-1])} returns \tcode{true}, decrements the next pointer for the input sequence, \tcode{gptr()}. Returns: \tcode{c}.
290+
If \tcode{traits_type::eq_int_type(c, traits_type::eof())} returns \tcode{false}, and if the function makes a putback position available, and if \tcode{traits_type::eq(traits_type::to_char_type(c), gptr()[-1])} returns \tcode{true}, decrements the next pointer for the input sequence, \tcode{gptr()}. Returns: \tcode{c}.
291291

292292
\item
293-
If \tcode{traits_type::eq_int_type(c,traits_type::eof())} returns \tcode{false}, and if the function makes a putback position available, and if the function is permitted to assign to the putback position, decrements the next pointer for the input sequence, and stores \tcode{c} there. Returns: \tcode{c}.
293+
If \tcode{traits_type::eq_int_type(c, traits_type::eof())} returns \tcode{false}, and if the function makes a putback position available, and if the function is permitted to assign to the putback position, decrements the next pointer for the input sequence, and stores \tcode{c} there. Returns: \tcode{c}.
294294

295295
\item
296-
If \tcode{traits_type::eq_int_type(c,traits_type::eof())} returns \tcode{true}, and if either the input sequence has a putback position available or the function makes a putback position available, decrements the next pointer for the input sequence, \tcode{gptr()}. Returns: \tcode{traits_type::not_eof(c)}.
296+
If \tcode{traits_type::eq_int_type(c, traits_type::eof())} returns \tcode{true}, and if either the input sequence has a putback position available or the function makes a putback position available, decrements the next pointer for the input sequence, \tcode{gptr()}. Returns: \tcode{traits_type::not_eof(c)}.
297297
\end{itemize}
298298

299299
\pnum

0 commit comments

Comments
 (0)