srctree

Robin Linden parent 8b2399c2 78792e43
build: Use C++20 instead of C++latest for MSVC

inlinesplit
.bazelrc added: 2, removed: 2, total 0
@@ -62,7 +62,7 @@ build:gcc --per_file_copt='external/ftxui[:/]@-Wno-missing-declarations'
build:gcc --per_file_copt='external/zlib[:/]@-Wno-implicit-fallthrough'
 
build:msvc --enable_runfiles
build:msvc --cxxopt='/std:c++latest'
build:msvc --cxxopt='/std:c++20'
build:msvc --copt='/W4' # More warnings.
build:msvc --copt='/WX' # Treat warnings as errors.
build:msvc --copt='/permissive-' # Conform to the standard.