Skip to content

Commit 5bc5cba

Browse files
Eelistkoeppe
authored andcommitted
[rand.req.{eng,dist}] Replace square brackets around reference with regular parentheses. (#1481)
1 parent 4ccff01 commit 5bc5cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@
20462046
ensures that \tcode{v}'s state is unchanged by the operation
20472047
and
20482048
calls \tcode{is.setstate(ios::failbit)}
2049-
(which may throw \tcode{ios::failure}~[\ref{iostate.flags}]).
2049+
(which may throw \tcode{ios::failure}~(\ref{iostate.flags})).
20502050
If a textual representation written via \tcode{os << x}
20512051
was subsequently read via \tcode{is >> v},
20522052
then \tcode{x == v}
@@ -2433,7 +2433,7 @@
24332433
ensures that \tcode{d} is unchanged by the operation
24342434
and
24352435
calls \tcode{is.setstate(ios::failbit)}
2436-
(which may throw \tcode{ios::failure}~[\ref{iostate.flags}]).
2436+
(which may throw \tcode{ios::failure}~(\ref{iostate.flags})).
24372437

24382438
\requires \tcode{is} provides a textual representation
24392439
that was previously written

0 commit comments

Comments
 (0)