-
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
To find the state of this project's repository at the time of any of these versions, check out
the tags.