Skip to content

Commit bf1933b

Browse files
burblebeetkoeppe
authored andcommitted
LWG4188 ostream::sentry destructor should handle exceptions
1 parent 68582c9 commit bf1933b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/iostreams.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6257,7 +6257,8 @@
62576257
is
62586258
\tcode{true},
62596259
calls
6260-
\tcode{os.rdbuf()->pubsync()}. If that function returns $-1$, sets \tcode{badbit} in
6260+
\tcode{os.rdbuf()->pubsync()}. If that function returns $-1$ or
6261+
exits via an exception, sets \tcode{badbit} in
62616262
\tcode{os.rdstate()} without propagating an exception.
62626263
\end{itemdescr}
62636264

0 commit comments

Comments
 (0)