Skip to content

Commit c69af47

Browse files
committed
[container.requirements.general] Remove 'r' from Table 83 and its preamble
We already use 'a' and 'b' as non-const values in swap(a, b) and other expressions, although https://wg21.link/lwg3028 covers a related issue.
1 parent 828c649 commit c69af47

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/containers.tex

+2-4
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@
8585
\item
8686
\tcode{u} denotes an identifier,
8787
\item
88-
\tcode{r} denotes value of type (non-const) \tcode{X}, and
89-
\item
9088
\tcode{rv} denotes an rvalue of type (non-const) \tcode{X}.
9189
\end{itemize}
9290

@@ -462,7 +460,7 @@
462460

463461
\indexcont{operator=}%
464462
\begin{itemdecl}
465-
r = a
463+
b = a
466464
\end{itemdecl}
467465

468466
\begin{itemdescr}
@@ -472,7 +470,7 @@
472470

473471
\pnum
474472
\ensures
475-
\tcode{r == a}.
473+
\tcode{b == a}.
476474

477475
\pnum
478476
\complexity

0 commit comments

Comments
 (0)