34d142ee50
PiperOrigin-RevId: 935926249 Change-Id: I063544e37eb735d0461a20c2ede7e23ea28d23bc
12 lines
386 B
Diff
12 lines
386 B
Diff
diff --git a/absl/base/options.h b/absl/base/options.h
|
|
--- a/absl/base/options.h
|
|
+++ b/absl/base/options.h
|
|
@@ -99,6 +99,6 @@
|
|
// the source location type is an alias of std::source_location type, use the
|
|
// feature macro ABSL_USES_STD_SOURCE_LOCATION.
|
|
//
|
|
-#define ABSL_OPTION_USE_STD_SOURCE_LOCATION 2
|
|
+#define ABSL_OPTION_USE_STD_SOURCE_LOCATION 0
|
|
|
|
// ABSL_OPTION_USE_STD_ORDERING
|