Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/pdfium/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 568 B image not shown  

Quelle  c++20-comparison.patch   Sprache: unbekannt

 
--- 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 into the

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]