summarylogtreecommitdiffstats
path: root/fix-c++17-compat.patch
blob: 10979b90e4345e4db558b8b892fe9c97ada699c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- config-old.h	2021-06-13 04:22:15.841839739 +0200
+++ config.h	2021-06-13 04:22:32.308939638 +0200
@@ -533,7 +533,7 @@
 
 #ifdef __has_include
 #if __has_include(<string_view>) && __cplusplus >= 201703L
-#define ABSL_HAVE_STD_STRING_VIEW 1
+// #define ABSL_HAVE_STD_STRING_VIEW 1
 #endif
 #endif