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.
1 parent 007c0c1 commit c005881Copy full SHA for c005881
source/classes.tex
@@ -6750,12 +6750,9 @@
6750
results in an ambiguity or a function
6751
that is deleted or inaccessible from the operator function, or
6752
\item
6753
- \tcode{x == y} or \tcode{y == x}
6754
- cannot be contextually converted to \tcode{bool}.
+ \tcode{x == y} cannot be contextually converted to \tcode{bool}.
6755
\end{itemize}
6756
-Otherwise, the operator function yields \tcode{(x == y) ? false : true}
6757
-if an operator \tcode{==} with the original order of parameters was selected,
6758
-or \tcode{(y == x) ? false : true} otherwise.
+Otherwise, the operator function yields \tcode{(x == y) ?\ false :\ true}.
6759
6760
\pnum
6761
\begin{example}
0 commit comments