Skip to content

Commit 5780ff8

Browse files
committed
Correct link in basic_ostream::flush() description
flush() "Behaves as an unformatted output function", but the link is to [ostream.formatted.reqmts]. Should link to [ostream.unformatted] like others in the same section.
1 parent 5599ece commit 5780ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6632,7 +6632,7 @@
66326632

66336633
\begin{itemdescr}
66346634
\pnum
6635-
\effects Behaves as an unformatted output function (as described in~\ref{ostream.formatted.reqmts}, paragraph 1).
6635+
\effects Behaves as an unformatted output function (as described in~\ref{ostream.unformatted}, paragraph 1).
66366636
If
66376637
\tcode{rdbuf()}
66386638
is not a null pointer,

0 commit comments

Comments
 (0)