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 Spider, we need to use single header outcome library because of conflicts between quickcpplib introduced by outcome and abseil. However, single header outcome is not supported because of error_handling/Result.hpp includes other headers from outcome that does not exists in single header setup.
Possible implementation
Only include the top-level outcome/outcome.hpp header.