From 94a0a9bc5e949abc40483a010190700db4bb2569 Mon Sep 17 00:00:00 2001 From: seaubot Date: Fri, 29 Sep 2023 22:05:54 +0000 Subject: [PATCH] chore: sync with ecsact_common --- bazel/copts.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazel/copts.bzl b/bazel/copts.bzl index 2a49358..b8ebf62 100644 --- a/bazel/copts.bzl +++ b/bazel/copts.bzl @@ -6,11 +6,11 @@ copts = selects.with_or({ "-std=c++20", ], ("@rules_cc//cc/compiler:clang"): [ - "-std=c++2b", + "-std=c++20", "-fexperimental-library", ], ("@rules_cc//cc/compiler:msvc-cl", "@rules_cc//cc/compiler:clang-cl"): [ - "/std:c++latest", + "/std:c++20", "/permissive-", "/Zc:preprocessor", ],