Skip to content

Commit d2afc9a

Browse files
jacobsajwakely
authored andcommitted
[allocator.requirements] Removed unused variables r and s in Table 27.
1 parent 763d486 commit d2afc9a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/lib-intro.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,11 +1652,6 @@
16521652
conversion from a value \tcode{p} \\ \rowsep
16531653
\tcode{z} & a value of type \tcode{XX::const_void_pointer} obtained by
16541654
conversion from a value \tcode{q} or a value \tcode{w} \\ \rowsep
1655-
\tcode{r} & a value of type \tcode{T\&}
1656-
obtained by the expression \tcode{*p}. \\ \rowsep
1657-
\tcode{s} & a value of type \tcode{const T\&}
1658-
obtained by the expression \tcode{*q} or by conversion from
1659-
a value \tcode{r}. \\ \rowsep
16601655
\tcode{u} & a value of type \tcode{XX:const_void_pointer} obtained by
16611656
conversion from a result value of \tcode{YY::allocate}, or else a value of
16621657
type (possibly \tcode{const}) \tcode{std::nullptr_t}. \\ \rowsep

0 commit comments

Comments
 (0)