Searched defs:CastsToErrorCode (Results 1 – 1 of 1) sorted by relevance
90 struct CastsToErrorCode { in TEST() struct92 CastsToErrorCode(std::error_code) {} in TEST() argument93 operator std::error_code() { return errc::invalid_argument; } in TEST()