Skip to content

Commit fd87826

Browse files
committed
[rand.req] Replace 'that Table' with a precise reference
Fixes ISO/CS comment (C++23 proof)
1 parent 85f4bb4 commit fd87826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/numerics.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,7 +1660,7 @@
16601660
are valid and have the indicated semantics,
16611661
and if \tcode{S} also meets all other requirements
16621662
of this subclause \ref{rand.req.seedseq}.
1663-
In that Table and throughout this subclause:
1663+
In \tref{rand.req.seedseq} and throughout this subclause:
16641664
\begin{itemize}
16651665
\item
16661666
\tcode{T} is the type named by
@@ -1876,7 +1876,7 @@
18761876
are valid and have the indicated semantics,
18771877
and if \tcode{E} also meets all other requirements
18781878
of this subclause \ref{rand.req.eng}.
1879-
In that Table and throughout this subclause:
1879+
In \tref{rand.req.eng} and throughout this subclause:
18801880
\begin{itemize}
18811881
\item
18821882
\tcode{T} is the type named by
@@ -2255,7 +2255,7 @@
22552255
and if \tcode{D} and its associated types
22562256
also meet all other requirements
22572257
of this subclause \ref{rand.req.dist}.
2258-
In that Table and throughout this subclause,
2258+
In \tref{rand.req.dist} and throughout this subclause,
22592259
\begin{itemize}
22602260
\item
22612261
\tcode{T} is the type named by

0 commit comments

Comments
 (0)