|
1718 | 1718 | \item
|
1719 | 1719 | \tcode{ke} is a value such that \tcode{a} is partitioned with respect to
|
1720 | 1720 | \tcode{c(r, ke)} and \tcode{!c(ke, r)}, with \tcode{c(r, ke)} implying
|
1721 |
| -\tcode{!c(ke, r)}. |
| 1721 | +\tcode{!c(ke, r)}; |
1722 | 1722 | \item
|
1723 | 1723 | \tcode{kx} is a value such that
|
1724 | 1724 | \begin{itemize}
|
1725 | 1725 | \item
|
1726 | 1726 | \tcode{a} is partitioned with respect to \tcode{c(r, rx)} and \tcode{!c(kx, r)},
|
1727 |
| -with \tcode{c(r, kx)} implying \tcode{!c(kx, r)} |
| 1727 | +with \tcode{c(r, kx)} implying \tcode{!c(kx, r)}, and |
1728 | 1728 | \item
|
1729 | 1729 | \tcode{kx} is not convertible to
|
1730 |
| -either \tcode{iterator} or \tcode{const_iterator}, |
| 1730 | +either \tcode{iterator} or \tcode{const_iterator}; and |
1731 | 1731 | \end{itemize}
|
1732 | 1732 | \item
|
1733 | 1733 | \tcode{A} denotes the storage allocator used by \tcode{X}, if any, or \tcode{allocator<X::value_type>} otherwise,
|
|
2453 | 2453 | \item
|
2454 | 2454 | \tcode{ke} is a value such that
|
2455 | 2455 | \begin{itemize}
|
2456 |
| - \item \tcode{eq(r1, ke) == eq(ke, r1)} |
| 2456 | + \item \tcode{eq(r1, ke) == eq(ke, r1)}, |
2457 | 2457 | \item \tcode{hf(r1) == hf(ke)} if \tcode{eq(r1, ke)} is \tcode{true}, and
|
2458 |
| - \item \tcode{(eq(r1, ke) \&\& eq(r1, r2)) == eq(r2, ke)} |
| 2458 | + \item \tcode{(eq(r1, ke) \&\& eq(r1, r2)) == eq(r2, ke)}, |
2459 | 2459 | \end{itemize}
|
2460 | 2460 | where \tcode{r1} and \tcode{r2} are keys of elements in \tcode{a_tran},
|
2461 | 2461 | \item
|
|
2465 | 2465 | \item \tcode{hf(r1) == hf(kx)} if \tcode{eq(r1, kx)} is \tcode{true},
|
2466 | 2466 | \item \tcode{(eq(r1, kx) \&\& eq(r1, r2)) == eq(r2, kx)}, and
|
2467 | 2467 | \item \tcode{kx} is not convertible to
|
2468 |
| - either \tcode{iterator} or \tcode{const_iterator} |
| 2468 | + either \tcode{iterator} or \tcode{const_iterator}, |
2469 | 2469 | \end{itemize}
|
2470 | 2470 | where \tcode{r1} and \tcode{r2} are keys of elements in \tcode{a_tran},
|
2471 | 2471 | \item
|
|
0 commit comments