Skip to content

Commit 355fd26

Browse files
committed
Remove -std=c++11 and leave default -std=c++14 for arrow build
Signed-off-by: Yong Tang <[email protected]>
1 parent 06a8c1b commit 355fd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/arrow.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ cc_library(
9090
"cpp/src/arrow/util/config.h",
9191
"cpp/src/parquet/parquet_version.h",
9292
],
93-
copts = ["-std=c++11"],
93+
copts = [],
9494
defines = [
9595
"ARROW_WITH_BROTLI",
9696
"ARROW_WITH_SNAPPY",

0 commit comments

Comments
 (0)