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
Implement type that would basically wrap std::variant< R, ErrorTs ... >. Would allow us to unify multiple such existing implementations and provide better error checking.
The text was updated successfully, but these errors were encountered:
Implement type that would basically wrap
std::variant< R, ErrorTs ... >
. Would allow us to unify multiple such existing implementations and provide better error checking.The text was updated successfully, but these errors were encountered: