Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c35fc0e1 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

C++17: switch the default.

Bug: http://b/111067277
Test: builds
Change-Id: I5065b03218772bf8cf8173f3d9808b3f0a484dc5
parent 4afedfad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ var (
	}

	CStdVersion               = "gnu99"
	CppStdVersion             = "gnu++14"
	CppStdVersion             = "gnu++17"
	ExperimentalCStdVersion   = "gnu11"
	ExperimentalCppStdVersion = "gnu++2a"