We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b82b21 commit 82f29a7Copy full SHA for 82f29a7
abseil.patch
@@ -1,5 +1,5 @@
1
diff --git a/absl/base/options.h b/absl/base/options.h
2
-index 6868c77b..a6577ed0 100644
+index 6868c77b..e544fe6c 100644
3
--- a/absl/base/options.h
4
+++ b/absl/base/options.h
5
@@ -135,7 +135,7 @@
@@ -20,3 +20,12 @@ index 6868c77b..a6577ed0 100644
20
21
// ABSL_OPTION_USE_STD_VARIANT
22
//
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