Skip to content

Commit 6b50a35

Browse files
committed
[rand.req.seedseq] Rephrase in terms of const types not values
1 parent 2bfa7c4 commit 6b50a35

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
@@ -1656,9 +1656,9 @@
16561656
\tcode{T} is the type named by
16571657
\tcode{S}'s associated \tcode{result_type};
16581658
\item
1659-
\tcode{q} is a value of \tcode{S}
1659+
\tcode{q} is a value of type \tcode{S}
16601660
and
1661-
\tcode{r} is a possibly const value of \tcode{S};
1661+
\tcode{r} is a value of type \tcode{S} or \tcode{const S};
16621662
\item
16631663
\tcode{ib} and \tcode{ie} are input iterators
16641664
with an unsigned integer \tcode{value_type} of at least 32 bits;

0 commit comments

Comments
 (0)