Skip to content

Commit 07ce95e

Browse files
committed
Update from C++17 to C++20 standard
Bug: 388011569
1 parent 8c73b4a commit 07ce95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/cvd/build_variables.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
COPTS = [
2-
"-std=c++17"
2+
"-std=c++20"
33
]

0 commit comments

Comments
 (0)