Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to C++17 for Arrow compilation (#1858)
Previously, we were building Arrow with -std=c++11, but now Arrow is using features that require C++17, so this PR updates that compilation flag.
- Loading branch information