Skip to content

Commit 6baab78

Browse files
authored
[ostream.formatted.reqmts] Insert space around & for consistency (#7521)
1 parent 7337360 commit 6baab78

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
@@ -6360,7 +6360,7 @@
63606360
\tcode{*this}'s
63616361
error state.
63626362
If
6363-
\tcode{(exceptions()\&badbit) != 0}
6363+
\tcode{(exceptions() \& badbit) != 0}
63646364
then the exception is rethrown.
63656365
Whether or not an exception is thrown, the
63666366
\tcode{sentry}

0 commit comments

Comments
 (0)