You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/02/27 15:51:57 UTC

[GitHub] [arrow-nanoarrow] paleolimbot opened a new issue, #124: [C] `std::isnan()` is not available on old clang

paleolimbot opened a new issue, #124:
URL: https://github.com/apache/arrow-nanoarrow/issues/124

   Compile error on MacOS 10.13:
   
   ```
   /var/folders/3f/t1t4zyl96dxb_vk0brpggvyr0000gn/T/nanoarrow-0.1.0.XXXXXX.snq5Lgd3/apache-arrow-nanoarrow-0.1.0/src/nanoarrow/array_test.cc:592:20: error: 
         no member named 'isnan' in namespace 'std'
     EXPECT_TRUE(std::isnan(data_buffer[6])) << data_buffer[6];
                 ~~~~~^
   ```


-- 
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-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-nanoarrow] paleolimbot closed issue #124: [C] `std::isnan()` is not available on old clang

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot closed issue #124: [C] `std::isnan()` is not available on old clang
URL: https://github.com/apache/arrow-nanoarrow/issues/124


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org