• Dominik Charousset's avatar
    Follow C++23 std::expected design in caf::expected · 747abb49
    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
fan_out_request.cpp 5.23 KB