Bug 263102

Summary: Update WTF's Expected to follow latest C++23 specs
Product: WebKit Reporter: Gerald Squelart <g_squelart>
Component: Web Template FrameworkAssignee: Gerald Squelart <g_squelart>
Status: ASSIGNED ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 263054    
Bug Blocks:    

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