Skip to content

Commit 45b51df

Browse files
committed
[socket.iostream.members] Introduce local type to fix overfull line
1 parent 56533dc commit 45b51df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/socketstreams.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,10 @@
485485

486486
\begin{itemdescr}
487487
\pnum
488-
\returns \tcode{const_cast<basic_socket_streambuf<protocol_type, clock_type, wait_traits_type>*>(std::addressof(sb_))}.
488+
Let \tcode{SB} be the type \tcode{basic_socket_streambuf<protocol_type, clock_type, wait_traits_type>}.
489+
490+
\pnum
491+
\returns \tcode{const_cast<SB*>(addressof(sb_))}.
489492
\end{itemdescr}
490493

491494
\begin{itemdecl}

0 commit comments

Comments
 (0)