Follow C++23 std::expected design in caf::expected
With `std::expected` standardized for C++23, we can now follow the API of the standard class and deprecate all legacy APIs that differ from that. Eventually, `caf::expected<T>` should become an alias for `std::expected<T, caf::error>`.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment