Bug 263054
| Summary: | Update WTF::Unexpected to follow latest C++23 specs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Gerald Squelart <g_squelart> |
| Component: | Web Template Framework | Assignee: | 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: | |||
| Bug Blocks: | 263102 | ||
Gerald Squelart
I'll "borrow" the implementation from the Xcode SDK.
WTF::Expected will be next.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/116841632>
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/18976
Gerald Squelart
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.
Gerald Squelart
Pull request: https://github.com/WebKit/WebKit/pull/19140