WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
275190
Replace WTF::Expected with std::expected
https://bugs.webkit.org/show_bug.cgi?id=275190
Summary
Replace WTF::Expected with std::expected
Abrar Rahman Protyasha
Reported
2024-06-05 18:34:53 PDT
After
https://bugs.webkit.org/show_bug.cgi?id=263122
is resolved, we can adopt the `<expected>` header. This will allow us to switch away from `WTF::Expected` and `WTF::Unexpected` to `std::expected` and `std::unexpected` respectively.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-06-05 18:35:03 PDT
<
rdar://problem/129313765
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug