summaryrefslogtreecommitdiff
path: root/absl/base/config.h
diff options
context:
space:
mode:
authorGravatar Derek Mauro <761129+derekmauro@users.noreply.github.com>2023-03-27 10:58:21 -0400
committerGravatar GitHub <noreply@github.com>2023-03-27 10:58:21 -0400
commitb971ac5250ea8de900eae9f95e06548d14cd95fe (patch)
treef09602e9fec700519e1619f5db0992ac9e78e26c /absl/base/config.h
parentc8a2f92586fe9b4e1aff049108f5db8064924d8e (diff)
Fix the implementation of OnlyLiteralZero (#1420)20230125.2
This patch changes the implementation of OnlyLiteralZero to only fail if the second overload is chosen, instead of failing during overload resolution. This patch cherry-picks 2de126cc5826a8d464270ead65a7a9a7b012b741. Fixes #1419
Diffstat (limited to 'absl/base/config.h')
-rw-r--r--absl/base/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/config.h b/absl/base/config.h
index 573c9fd7..0631ab60 100644
--- a/absl/base/config.h
+++ b/absl/base/config.h
@@ -112,7 +112,7 @@
// LTS releases can be obtained from
// https://github.com/abseil/abseil-cpp/releases.
#define ABSL_LTS_RELEASE_VERSION 20230125
-#define ABSL_LTS_RELEASE_PATCH_LEVEL 1
+#define ABSL_LTS_RELEASE_PATCH_LEVEL 2
// Helper macro to convert a CPP variable to a string literal.
#define ABSL_INTERNAL_DO_TOKEN_STR(x) #x