Kou Tsuneka
Results
1
issues of
Kou Tsuneka
I have two custom domains `SystemStatusDomain` and `EngineStatusDomain`. i want to implicitly convert the `failure_type` to `basic_result` ```cpp OUTCOME_V2_NAMESPACE::basic_result test() { SystemCode returnCode = SystemCode::Unknown; using Eao::make_error_code; using EC =...
bug