Merge "C++17: switch the default."

This commit is contained in:
Elliott Hughes 2018-11-30 22:03:45 +00:00 committed by Gerrit Code Review
commit 3633e8641e

View file

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