raulcd commented on issue #49424:
URL: https://github.com/apache/arrow/issues/49424#issuecomment-3983621784

   Weirdly enough this wasn't failing before we merged the PR to fix CRAN 
macOS. Maybe we should change the check to:
   `#if defined(__APPLE__) && !defined(__cpp_lib_bitops)` or `#if 
defined(__clang__) && !defined(__cpp_lib_bitops) && !defined(__EMSCRIPTEN__)` 
instead of the current. I am testing on a PR.


-- 
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]

Reply via email to