clucene-multimap-put.patch 186 B

1234567891011
  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);
  6. + (*this)[k] = v;
  7. }
  8. };