Skip to content

Conversation

@jemoreira
Copy link
Member

a==b should be equivalent to !(a<b)&&!(b<a) to satisfy the Compare requirement: https://en.cppreference.com/w/cpp/named_req/Compare.html.

@jemoreira jemoreira requested a review from Databean January 14, 2026 00:54
@jemoreira jemoreira enabled auto-merge January 14, 2026 00:55
`a==b` should be equivalent to `!(a<b)&&!(b<a)` to satisfy the Compare
requirement: https://en.cppreference.com/w/cpp/named_req/Compare.html.
@jemoreira jemoreira added this pull request to the merge queue Jan 14, 2026
Merged via the queue into google:main with commit 3897539 Jan 15, 2026
23 checks passed
@jemoreira jemoreira deleted the oper branch January 15, 2026 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants