[Webkit-unassigned] [Bug 256434] New: Use compiler-generated default operator== and operator<=> in some places where it's helpful

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 7 15:48:45 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256434

            Bug ID: 256434
           Summary: Use compiler-generated default operator== and
                    operator<=> in some places where it's helpful
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: darin at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230507/f8c1d34b/attachment-0001.htm>


More information about the webkit-unassigned mailing list