Skip to content

Commit 12565ed

Browse files
poyaoc97tkoeppe
authored andcommitted
[class.eq] Fix the return value of a defaulted == operator function
1 parent 8c61159 commit 12565ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classes.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -6541,8 +6541,8 @@
65416541
until the first index $i$
65426542
where $\tcode{x}_i\tcode{ == }\tcode{y}_i$ yields a result value which,
65436543
when contextually converted to \tcode{bool}, yields \tcode{false}.
6544-
The return value is \tcode{true} if such an index exists
6545-
and \tcode{false} otherwise.
6544+
The return value is \tcode{false} if such an index exists
6545+
and \tcode{true} otherwise.
65466546

65476547
\pnum
65486548
\begin{example}

0 commit comments

Comments
 (0)