kou commented on PR #45674: URL: https://github.com/apache/arrow/pull/45674#issuecomment-2723828251
I haven't used C++/CLI but it doesn't support `<mutex>`: https://github.com/apache/arrow/issues/16761 Can we hide `<mutex>` into `.cc`? Or can we disable this when `__cplusplus_cli` is defined? https://github.com/apache/arrow/issues/16761#issuecomment-1377568929 -- 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]
