srctree

Robin Linden parent 762c53e2 deb567a1
Update Bazel configuration to the final C++20 flags

Back when we set this up, C++20 didn't have a stable flag yet.
.bazelrc added: 3, removed: 3, total 0
@@ -8,5 +8,5 @@ build --features=layering_check
test --test_output=errors
test --test_verbose_timeout_warnings=true
 
build:linux --cxxopt="-std=c++2a"
build:windows --cxxopt="/std:c++latest"
build:linux --cxxopt="-std=c++20"
build:windows --cxxopt="/std:c++20"