zy-kkk opened a new pull request, #58790: URL: https://github.com/apache/doris/pull/58790
Related PR: #58458 Fix macOS compilation error in HybridSet::get_digest(). std::vector<bool> uses proxy objects for iteration, so `const auto& v` cannot be addressed with `&v` in libc++. Changed to `bool v` to copy the value to a real bool variable. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
