OCaml 4.13.1 rebuild, fixes FS#72998
[arch-packages.git] / clucene / trunk / clucene-multimap-put.patch
blob36ed1fe22b4999f7276017cba879b0582f9c0b33
1 --- src/core/CLucene/util/VoidMap.h
2 +++ src/core/CLucene/util/VoidMap.h
3 @@ -316,6 +316,7 @@ public:
4 if ( _this::dk || _this::dv )
5 _this::remove(k);
7 + (*this)[k] = v;
9 };