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

This reverts commit c35fc0e130.

Reason for revert: fix broken targets in the internal master.

Change-Id: I70447a05ae5b2afa7efc7ab21c0432e651cab1ba
This commit is contained in:
Nikita Iashchenko 2018-11-30 11:15:16 +00:00
parent c35fc0e130
commit 7a782203b9
1 changed files with 1 additions and 1 deletions

View File

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