Gerrit0 commented on PR #2431: URL: https://github.com/apache/avro/pull/2431#issuecomment-2143213988
@clesaec @martin-g Was it an intentional change that this introduced the use of `#include <filesystem>`, which is C++17 only, so it is no longer possible to compile Avro (or at least the tests) with C++14? There is a fair amount of code in Avro which is written in a way that's obviously pre-C++17. If it is official policy that C++14 is no longer supported, there are quite a few cleanup things I'd like to do, and if that's not the case, it needs to be documented somewhere, and some pipeline added to make sure it doesn't get broken again. -- 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]
