RESOLVED DUPLICATE of bug 235018 256434
Use compiler-generated default operator== and operator<=> in some places where it's helpful
https://bugs.webkit.org/show_bug.cgi?id=256434
Summary Use compiler-generated default operator== and operator<=> in some places wher...
Darin Adler
Reported 2023-05-07 15:48:45 PDT
The compiler-generated default operator== and operator<=> functions remove the need to list all data members, and remove code. I also found that using them helped surface some mistakes in our code. This patch attempts to use them where it's easy. Any cases that turn out to be thorny we will omit from this patch.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-05-07 15:49:24 PDT
Darin Adler
Comment 2 2023-10-03 17:19:38 PDT
I’m guessing Chris did most of these already, but maybe there’s still something useful in this patch?
Darin Adler
Comment 3 2023-10-03 17:59:16 PDT
Hah, I said "this patch" but there is no patch here.
Darin Adler
Comment 4 2024-09-28 12:57:02 PDT
*** This bug has been marked as a duplicate of bug 235018 ***
Note You need to log in before you can comment on or make changes to this bug.