Skip to content

Commit 82f29a7

Browse files
committed
patch variant as well (used by Expected)
1 parent 4b82b21 commit 82f29a7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

abseil.patch

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/absl/base/options.h b/absl/base/options.h
2-
index 6868c77b..a6577ed0 100644
2+
index 6868c77b..e544fe6c 100644
33
--- a/absl/base/options.h
44
+++ b/absl/base/options.h
55
@@ -135,7 +135,7 @@
@@ -20,3 +20,12 @@ index 6868c77b..a6577ed0 100644
2020

2121
// ABSL_OPTION_USE_STD_VARIANT
2222
//
23+
@@ -188,7 +188,7 @@
24+
// absl::variant is a typedef of std::variant, use the feature macro
25+
// ABSL_USES_STD_VARIANT.
26+
27+
-#define ABSL_OPTION_USE_STD_VARIANT 2
28+
+#define ABSL_OPTION_USE_STD_VARIANT 0
29+
30+
31+
// ABSL_OPTION_USE_INLINE_NAMESPACE

0 commit comments

Comments
 (0)