Update glog to latest commit
PiperOrigin-RevId: 551601991
This commit is contained in:
committed by
Copybara-Service
parent
7d9cb4ee67
commit
5b31f1e3e9
+14
@@ -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,
|
||||
Reference in New Issue
Block a user