Merge "C++17 is the default now."

This commit is contained in:
Treehugger Robot
2018-12-03 20:42:40 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -24,8 +24,6 @@ cc_defaults {
"-Wall",
"-Werror",
],
cpp_std: "c++17",
}
cc_library {
-1
View File
@@ -15,7 +15,6 @@
cc_defaults {
name: "minadbd_defaults",
cpp_std: "gnu++17",
cflags: [
"-DADB_HOST=0",
"-Wall",