Skip to content

Commit 39f4268

Browse files
committed
[class.spaceship] Remove incorrect note.
1 parent 61b833a commit 39f4268

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/classes.tex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6861,12 +6861,6 @@
68616861
then the return type is deduced as
68626862
the common comparison type (see below) of
68636863
$\tcode{R}_0$, $\tcode{R}_1$, $\dotsc$, $\tcode{R}_{n-1}$.
6864-
\begin{note}
6865-
Otherwise,
6866-
the program will be ill-formed
6867-
if the expression $\tcode{x}_i$ \tcode{<=>} $\tcode{x}_i$
6868-
is not implicitly convertible to the declared return type for any $i$.
6869-
\end{note}
68706864
If the return type is deduced as \tcode{void},
68716865
the operator function is defined as deleted.
68726866
If the declared return type of

0 commit comments

Comments
 (0)