jonkeane commented on code in PR #48819:
URL: https://github.com/apache/arrow/pull/48819#discussion_r2683274021


##########
r/configure.win:
##########
@@ -122,7 +122,7 @@ set_pkg_vars () {
   # match the substring. However, expr always outputs the number of matched 
characters
   # to stdout, to avoid noise in the log we redirect the output to /dev/null
   if [ "$UNAME" = "Darwin" ] && expr $(sw_vers -productVersion) : '10\.13' 
>/dev/null 2>&1; then
-    # avoid C++17 availability warnings on macOS < 11
+    # avoid C++20 availability warnings on macOS < 11

Review Comment:
   I don't think so, I need to dig to see what the actual number is and update 
this comment / remove this code path if we don't need it.



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