Skip to content

Commit e2b2ca4

Browse files
adityapande-1995IanTheEngineer
authored andcommitted
Move to C++ 20
Signed-off-by: Aditya Pande <[email protected]>
1 parent 301b4de commit e2b2ca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

default.bazelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Use C++17.
2-
build --cxxopt=-std=c++17
3-
build --host_cxxopt=-std=c++17
1+
# Use C++20.
2+
build --cxxopt=-std=c++20
3+
build --host_cxxopt=-std=c++20
44

55
# Use Python 3.
66
build --python_path=/usr/bin/python3

0 commit comments

Comments
 (0)