Skip to content

Commit e6bbbbf

Browse files
committed
[unord.req] Clarify what r1 is and remove unnecessary variable e.
1 parent 38f9dcc commit e6bbbbf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/containers.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,12 +2285,11 @@
22852285
\item \tcode{eq} denotes a possibly const value of type \tcode{key_equal},
22862286
\item \tcode{ke} is a value such that
22872287
\begin{itemize}
2288-
\item \tcode{eq(r1, ke) == eq(ke, r1)} with
2289-
\tcode{r1} the key value of \tcode{e} and \tcode{e} in \tcode{a_tran},
2288+
\item \tcode{eq(r1, ke) == eq(ke, r1)}
22902289
\item \tcode{hf(r1) == hf(ke)} if \tcode{eq(r1, ke)} is \tcode{true}, and
22912290
\item \tcode{(eq(r1, ke) \&\& eq(r1, r2)) == eq(r2, ke)}
22922291
\end{itemize}
2293-
where \tcode{r2} is the key of an element in \tcode{a_tran},
2292+
where \tcode{r1} and \tcode{r2} are keys of elements in \tcode{a_tran},
22942293
\item \tcode{n} denotes a value of type \tcode{size_type},
22952294
\item \tcode{z} denotes a value of type \tcode{float}, and
22962295
\item \tcode{nh} denotes a non-const rvalue of type \tcode{X::node_type}.

0 commit comments

Comments
 (0)