WillAyd commented on issue #902:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/902#issuecomment-4981551440

   Ah that's a good point. I wonder if the best approach would be to set the 
cpp_std to a list of C++20 / C++17:
   
   
https://mesonbuild.com/Release-notes-for-1-3-0.html#c_std-and-cpp_std-options-now-accepts-a-list-of-values
   
   that way, if C++20 is not available you can still gracefully fall back to 
C++17.
   
   Of course that would still fail if only a C++17 compiler is available and 
you try to run tests that require Arrow with C++20, but I'm not sure there's a 
way around that


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