Commits


Jacob Wujciak-Jens authored and GitHub committed 8ecb7301556
ARROW-17782: [C++][R] R package not building on macos 10.13 with C++17 std lib (#14178) r-binary-package build ✔️ [here](https://github.com/ursacomputing/crossbow/actions/runs/3091654213) the failure in "test source" is unrelated. An error message without `-D_LIBCPP_DISABLE_AVAILABILITY`: https://github.com/ursacomputing/crossbow/actions/runs/3081084528/jobs/4979666988#step:13:10847 /Users/voltrondata/tmp/build-apache-arrow/opt/apache-arrow/include/arrow/compute/exec.h:340:12: error: call to unavailable function 'get': introduced in macOS 10.14 return std::get<std::shared_ptr<ArrayData>>(this->value); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Authored-by: Jacob Wujciak-Jens <jacob@wujciak.de> Signed-off-by: Sutou Kouhei <kou@clear-code.com>