Skip to content

Commit a31dd9e

Browse files
committed
[rand.req.seedseq] Rephrase in terms of const types not values
1 parent 8f153df commit a31dd9e

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
@@ -1571,9 +1571,9 @@
15711571
\tcode{T} is the type named by
15721572
\tcode{S}'s associated \tcode{result_type};
15731573
\item
1574-
\tcode{q} is a value of \tcode{S}
1574+
\tcode{q} is a value of type \tcode{S}
15751575
and
1576-
\tcode{r} is a possibly const value of \tcode{S};
1576+
\tcode{r} is a value of type \tcode{S} or \tcode{const S};
15771577
\item
15781578
\tcode{ib} and \tcode{ie} are input iterators
15791579
with an unsigned integer \tcode{value_type} of at least 32 bits;
@@ -1584,7 +1584,7 @@
15841584
\tcode{ob} is an output iterator;
15851585
and
15861586
\item
1587-
\tcode{il} is a value of \tcode{initializer_list<T>}.
1587+
\tcode{il} is a value of type \tcode{initializer_list<T>}.
15881588
\end{itemize}
15891589

15901590

0 commit comments

Comments
 (0)