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", "-Wall",
"-Werror", "-Werror",
], ],
cpp_std: "c++17",
} }
cc_library { cc_library {
-1
View File
@@ -15,7 +15,6 @@
cc_defaults { cc_defaults {
name: "minadbd_defaults", name: "minadbd_defaults",
cpp_std: "gnu++17",
cflags: [ cflags: [
"-DADB_HOST=0", "-DADB_HOST=0",
"-Wall", "-Wall",