pitrou commented on code in PR #48819:
URL: https://github.com/apache/arrow/pull/48819#discussion_r2682952543
##########
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:
Does R still support macOS < 11? It's end-of-life [since
2022](https://endoflife.date/macos).
--
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]