Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12565ed

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎source/classes.tex

Copy file name to clipboardExpand all lines: source/classes.tex
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.