We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828c649 commit c69af47Copy full SHA for c69af47
source/containers.tex
@@ -85,8 +85,6 @@
85
\item
86
\tcode{u} denotes an identifier,
87
88
-\tcode{r} denotes value of type (non-const) \tcode{X}, and
89
-\item
90
\tcode{rv} denotes an rvalue of type (non-const) \tcode{X}.
91
\end{itemize}
92
@@ -462,7 +460,7 @@
462
460
463
461
\indexcont{operator=}%
464
\begin{itemdecl}
465
-r = a
+b = a
466
\end{itemdecl}
467
468
\begin{itemdescr}
@@ -472,7 +470,7 @@
472
470
473
471
\pnum
474
\ensures
475
-\tcode{r == a}.
+\tcode{b == a}.
476
477
478
\complexity
0 commit comments