paleolimbot opened a new pull request, #112: URL: https://github.com/apache/arrow-nanoarrow/pull/112
Apparently it's difficult to pass different flags to C and C++ files in a Python extension. The C library was almost valid C++ anyway and because there are quite a few static inline functions, it's probably a good idea to make sure that the project compiles under a C++ compiler as well (since the nanoarrow.h header will be compiled with C++ if included in a C++ project). -- 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]
