Skip to content

Commit 80a8748

Browse files
Quuxplusonetkoeppe
authored andcommitted
[class.copy.assign] Remove a superfluous note.
Alternatively we could have added the word "non-object"; or changed it to say "An overloaded assignment operator must be a member function"; but it doesn't seem like it needs to be here at all.
1 parent b5d3b3c commit 80a8748

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/classes.tex

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,11 +1746,6 @@
17461746
one non-object parameter of type \tcode{X\&\&}, \tcode{const X\&\&}, \tcode{volatile X\&\&}, or
17471747
\tcode{const volatile X\&\&}.
17481748
\begin{note}
1749-
An overloaded assignment operator must be
1750-
declared to have only one parameter; see~\ref{over.ass}.
1751-
\end{note}
1752-
{}
1753-
\begin{note}
17541749
More than one form of move assignment operator can be declared for a class.
17551750
\end{note}
17561751

0 commit comments

Comments
 (0)