Support for std::expected
Open
- Dominant language
- C++
- Stars
- 649
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
In C++23, there was a new type `std::expected` which is essentially Rust's `Result`.
I've tried to add some functionality to support it, and it seems to work. Should I submit a pull request if this is still relevant?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.