zhjwpku opened a new pull request, #695: URL: https://github.com/apache/iceberg-cpp/pull/695
ErrorCollector uses the C++23 "deducing this" feature (P0847 / explicit object parameters), which is first supported in Clang 18. For example, the following code compiles with Clang 18+ but fails with Clang 17: https://godbolt.org/z/17YebzKo4 -- 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]
