Skip to content

Commit 87062d5

Browse files
burblebeetkoeppe
authored andcommitted
[unord.req.general] Use Oxford comma in wording for LWG3622.
1 parent 08d1a06 commit 87062d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4174,7 +4174,7 @@
41744174
\item \tcode{eq(r1, ke) == eq(ke, r1)},
41754175
\item \tcode{hf(r1) == hf(ke)} if \tcode{eq(r1, ke)} is \tcode{true}, and
41764176
\item if any two of
4177-
\tcode{eq(r1, ke)}, \tcode{eq(r2, ke)} and \tcode{eq(r1, r2)}
4177+
\tcode{eq(r1, ke)}, \tcode{eq(r2, ke)}, and \tcode{eq(r1, r2)}
41784178
are \tcode{true}, then all three are \tcode{true},
41794179
\end{itemize}
41804180
where \tcode{r1} and \tcode{r2} are keys of elements in \tcode{a_tran},
@@ -4184,7 +4184,7 @@
41844184
\item \tcode{eq(r1, kx) == eq(kx, r1)},
41854185
\item \tcode{hf(r1) == hf(kx)} if \tcode{eq(r1, kx)} is \tcode{true},
41864186
\item if any two of
4187-
\tcode{eq(r1, kx)}, \tcode{eq(r2, kx)} and \tcode{eq(r1, r2)}
4187+
\tcode{eq(r1, kx)}, \tcode{eq(r2, kx)}, and \tcode{eq(r1, r2)}
41884188
are \tcode{true}, then all three are \tcode{true}, and
41894189
\item \tcode{kx} is not convertible to
41904190
either \tcode{iterator} or \tcode{const_iterator},

0 commit comments

Comments
 (0)