commit 58802c121339102cdca5fe1766dc5f652136d368 parent eaff3a58c21105e3ca15eaf22a02b5158dd3f6f8 Author: Chris Bracken <chris@bracken.jp> Date: Fri, 8 May 2020 17:17:53 -0700 Add .bazelrc that defaults to C++ 17 Diffstat:
A | .bazelrc | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.bazelrc b/.bazelrc @@ -0,0 +1 @@ +build --cxxopt='-std=c++17'