-
Dominik Charousset authored
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>`.
747abb49