Skip to content

Commit cc8384d

Browse files
committed
chore: sync with ecsact_common
1 parent df7ccca commit cc8384d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/copts.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ copts = selects.with_or({
66
"-std=c++20",
77
],
88
("@rules_cc//cc/compiler:clang"): [
9-
"-std=c++2b",
9+
"-std=c++20",
1010
"-fexperimental-library",
1111
],
1212
("@rules_cc//cc/compiler:msvc-cl", "@rules_cc//cc/compiler:clang-cl"): [
13-
"/std:c++latest",
13+
"/std:c++20",
1414
"/permissive-",
1515
"/Zc:preprocessor",
1616
],

0 commit comments

Comments
 (0)