jonkeane commented on PR #40244:
URL: https://github.com/apache/arrow/pull/40244#issuecomment-1966690901

   > > clang v gcc might be totally wrong
   
   > Right. This is related to underlying C++ libraries (libstdc++ provided by 
GCC and libc++ provided by LLVM) not frontend compilers (g++ and clang++).
   > 
   > We need to use libstdc++ 14 (provided by GCC 14) to reproduce this. We can 
use either g++ or clang++.
   
   AAAAAAH this is the part I was missing. Thank you so much for this!
   
   And thank you for the suggestion, that looks like it's good. I'll push 
changes to this (though it might take me a little bit). 
   
   Thank you again for the help!


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