-
bazel.build machine account authored
In upcoming changes, we'd like to have the ability to use C++17 features. This ensures that such code will build successfully on the various CI platforms, regardless of the C++ standard version the compiler defaults to. Closes #20085. Commit https://github.com/bazelbuild/bazel/commit/ba38aa25b674a2fd339b4d6cfce4abf073542d0a PiperOrigin-RevId: 581952933 Change-Id: I0753249e2182b3ab499bc91a384ad93ec59d65f8 Co-authored-by:
Tiago Quelhas <tjgq@google.com>