From 4c9cc240e60993cb038d8788795030eb7479a4bc Mon Sep 17 00:00:00 2001 From: Arcady Goldmints-Orlov Date: Fri, 19 May 2023 13:34:04 -0600 Subject: [PATCH] Switch Bazel to c++17 --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index b6295839..99095c05 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -82,7 +82,7 @@ COMMON_COPTS = select({ "-Wunused-value", "-Wunused-variable", "-Wno-reorder", - "-std=c++11", + "-std=c++17", "-fvisibility=hidden", "-fvisibility-inlines-hidden", "-fno-exceptions",