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
Radar WebKit Bug Importer
Comment 1 2024-06-05 18:35:03 PDT
Note You need to log in before you can comment on or make changes to this bug.