Bug 263054 - Update WTF::Unexpected to follow latest C++23 specs
Summary: Update WTF::Unexpected 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:
Blocks: 263102
  Show dependency treegraph
 
Reported: 2023-10-11 19:22 PDT by Gerald Squelart
Modified: 2023-10-16 17:23 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-11 19:22:14 PDT
I'll "borrow" the implementation from the Xcode SDK.

WTF::Expected will be next.
Comment 1 Radar WebKit Bug Importer 2023-10-11 19:22:23 PDT
<rdar://problem/116841632>
Comment 2 Gerald Squelart 2023-10-11 19:24:02 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18976
Comment 3 Gerald Squelart 2023-10-16 13:50:44 PDT
For clarification: By "borrow" I meant copying and modifying the code -- but keeping the licence annotation, it's in the WIP patch.
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 4 Gerald Squelart 2023-10-16 17:23:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19140