clucene:LO recommended dep

This commit is contained in:
2017-03-02 20:41:40 +03:00
parent cb29d36205
commit 5ed6ef6bf8
13 changed files with 363 additions and 0 deletions
@@ -0,0 +1,10 @@
--- src/core/CLucene/util/VoidMap.h
+++ src/core/CLucene/util/VoidMap.h
@@ -316,6 +316,7 @@ public:
if ( _this::dk || _this::dv )
_this::remove(k);
+ (*this)[k] = v;
}
};