• 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
remote_spawn.cpp 4.59 KB