kou commented on PR #45674: URL: https://github.com/apache/arrow/pull/45674#issuecomment-2723994186
Ah... The workaround may not work because `ConcurrentQueue` class still uses `std::mutex` without `#include <mutex>`. It may be better that we remove the lint check and add a CI job that uses C++/CLI. I'm not familiar with C++/CLI but it seems that we can use the `COMMON_LANGUAGE_RUNTIME` CMake target property: https://cmake.org/cmake/help/latest/prop_tgt/COMMON_LANGUAGE_RUNTIME.html -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org