We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e60f7e + 098ad2e commit 862918fCopy full SHA for 862918f
source/classes.tex
@@ -6654,8 +6654,14 @@
6654
declared in the \grammarterm{member-specification} of \tcode{C}
6655
that is
6656
\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\&}.
+\item
+a non-static const member of \tcode{C} having
6659
+one parameter of type \tcode{const C\&}, or
6660
+
6661
6662
+a friend of \tcode{C} having either
6663
+two parameters of type \tcode{const C\&} or
6664
+two parameters of type \tcode{C}.
6665
\end{itemize}
6666
6667
\pnum
0 commit comments