Bug 256381 - Take advantage of C++20 and define only == and let the compiler define !=
Summary: Take advantage of C++20 and define only == and let the compiler define !=
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-05 11:28 PDT by Darin Adler
Modified: 2023-05-06 09:09 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2023-05-05 11:28:27 PDT
Take advantage of C++20 and define only == and let the compiler define !=.
Comment 1 Radar WebKit Bug Importer 2023-05-05 11:29:38 PDT
<rdar://problem/108958354>
Comment 2 Darin Adler 2023-05-05 13:54:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13515
Comment 3 EWS 2023-05-06 09:09:33 PDT
Committed 263758@main (6e8fa5269513): <https://commits.webkit.org/263758@main>

Reviewed commits have been landed. Closing PR #13515 and removing active labels.