C++17: switch the default.

Bug: http://b/111067277
Test: builds
Change-Id: I5065b03218772bf8cf8173f3d9808b3f0a484dc5
This commit is contained in:
Elliott Hughes 2018-10-26 16:08:17 -07:00
parent 4afedfadb2
commit c35fc0e130
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ var (
}
CStdVersion = "gnu99"
CppStdVersion = "gnu++14"
CppStdVersion = "gnu++17"
ExperimentalCStdVersion = "gnu11"
ExperimentalCppStdVersion = "gnu++2a"