Skip to content

Commit 862918f

Browse files
authored
Merge 2019-11 CWG Motion 7
P1946R0 Allow defaulting comparisons by value
2 parents 4e60f7e + 098ad2e commit 862918f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

source/classes.tex

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6654,8 +6654,14 @@
66546654
declared in the \grammarterm{member-specification} of \tcode{C}
66556655
that is
66566656
\begin{itemize}
6657-
\item a non-static const member of \tcode{C} having one parameter of type \tcode{const C\&}, or
6658-
\item a friend of \tcode{C} having two parameters of type \tcode{const C\&}.
6657+
\item
6658+
a non-static const member of \tcode{C} having
6659+
one parameter of type \tcode{const C\&}, or
6660+
6661+
\item
6662+
a friend of \tcode{C} having either
6663+
two parameters of type \tcode{const C\&} or
6664+
two parameters of type \tcode{C}.
66596665
\end{itemize}
66606666

66616667
\pnum

0 commit comments

Comments
 (0)