Bug 263102 - Update WTF's Expected to follow latest C++23 specs
Summary: Update WTF's Expected to follow latest C++23 specs
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gerald Squelart
URL:
Keywords: InRadar
Depends on: 263054
Blocks:
  Show dependency treegraph
 
Reported: 2023-10-12 19:00 PDT by Gerald Squelart
Modified: 2023-10-16 17:25 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerald Squelart 2023-10-12 19:00:25 PDT
I'll "borrow" the implementation from the Xcode SDK.
Comment 1 Radar WebKit Bug Importer 2023-10-12 19:00:49 PDT
<rdar://problem/116895693>
Comment 2 Gerald Squelart 2023-10-16 14:17:03 PDT
For clarification: By "borrow" I meant copying and modifying the code -- but keeping the licence annotation of course.
Also "borrow" because it's already used is other apps like Xcode; and we're only "borrowing" because it's temporary until we can use C++23 in WebKit.
Comment 3 Gerald Squelart 2023-10-16 17:25:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19140