summaryrefslogtreecommitdiffstats
path: root/external/pdfium/c++20-comparison.patch
blob: 638497f6aee473355dcf45e1bfcd06d76039de2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- core/fxcrt/fx_memory_wrappers.h
+++ core/fxcrt/fx_memory_wrappers.h
@@ -70,8 +70,8 @@ struct FxPartitionAllocAllocator {
   }
 
   // There's no state, so they are all the same,
-  bool operator==(const FxPartitionAllocAllocator& that) { return true; }
-  bool operator!=(const FxPartitionAllocAllocator& that) { return false; }
+  bool operator==(const FxPartitionAllocAllocator& that) const { return true; }
+  bool operator!=(const FxPartitionAllocAllocator& that) const { return false; }
 };
 
 // Used to put backing store for std::vector<> and such