Update glog to latest commit

PiperOrigin-RevId: 551601991
This commit is contained in:
MediaPipe Team
2023-07-27 12:07:20 -07:00
committed by Copybara-Service
parent 7d9cb4ee67
commit 5b31f1e3e9
2 changed files with 20 additions and 6 deletions
+14
View File
@@ -39,3 +39,17 @@ index 4028ccc..483e639 100644
if (append_newline) {
// Fix the ostrstream back how it was before we screwed with it.
// It's 99.44% certain that we don't need to worry about doing this.
diff --git a/bazel/glog.bzl b/bazel/glog.bzl
index dacd934..62d2a88 100644
--- a/bazel/glog.bzl
+++ b/bazel/glog.bzl
@@ -53,7 +53,7 @@ def glog_library(namespace = "google", with_gflags = 1, **kwargs):
)
common_copts = [
- "-std=c++14",
+ "-std=c++17",
"-DGLOG_BAZEL_BUILD",
# Inject a C++ namespace.
"-DGOOGLE_NAMESPACE='%s'" % namespace,