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 92cef2e commit 4e82614Copy full SHA for 4e82614
crosstool/cc_toolchain_config.bzl
@@ -447,7 +447,7 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new
447
"-target",
448
target_system_name,
449
"-stdlib=libc++",
450
- "-std=gnu++14",
+ "-std=gnu++17",
451
],
452
),
453
@@ -2084,7 +2084,7 @@ please file an issue at https://github.com/bazelbuild/apple_support/issues/new
2084
ACTION_NAMES.lto_backend,
2085
ACTION_NAMES.clif_match,
2086
2087
- flag_groups = [flag_group(flags = ["-std=c++14"])],
+ flag_groups = [flag_group(flags = ["-std=c++17"])],
2088
2089
2090
)
0 commit comments