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