Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/clucene/patches/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 5.10.2025 mit Größe 341 B image not shown  

Quellcode-Bibliothek c++20.patch   Sprache: unbekannt

 
Untersuchungsergebnis.patch Download desUnknown {[0] [0] [0]}zum Wurzelverzeichnis wechseln

--- src/core/CLucene/util/_bufferedstream.h
+++ src/core/CLucene/util/_bufferedstream.h
@@ -68,7 +68,7 @@
     void setMinBufSize(int32_t s) {
         buffer.makeSpace(s);
     }
-    BufferedStreamImpl<T>();
+    BufferedStreamImpl();
 public:
     int32_t read(const T*& start, int32_t min, int32_t max);
     int64_t reset(int64_t pos);

[ 0.46Quellennavigators  ]