You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a chain of function of functions returning expected<T,E> with different Ts but the same E, in would be handy to have the possibility to return the unexpected return my_failed_expected.unexpected()
rather than writing return tl::make_unexpected(my_failed_excepted.error())
The text was updated successfully, but these errors were encountered:
in a chain of function of functions returning expected<T,E> with different Ts but the same E, in would be handy to have the possibility to return the unexpected
return my_failed_expected.unexpected()
rather than writing
return tl::make_unexpected(my_failed_excepted.error())
The text was updated successfully, but these errors were encountered: