Request
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.