We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16eca75 commit a711a38Copy full SHA for a711a38
dev/release/verify-yum.sh
@@ -220,7 +220,7 @@ pushd build/minimal_build
220
${cmake_command} .
221
make -j$(nproc)
222
./arrow-example
223
-c++ -o arrow-example example.cc $(pkg-config --cflags --libs arrow) -std=c++20
+c++ -o arrow-example example.cc $(pkg-config --cflags --libs arrow) -std=c++2a
224
225
popd
226
echo "::endgroup::"
0 commit comments