RoaringBitmapWithSmallSet rb_andnot fix

This commit is contained in:
Maksim Kita 2021-01-27 18:01:08 +03:00
parent 2892aa39c0
commit a3d6888c5b

View File

@ -229,7 +229,7 @@ public:
{
for (const auto & x : small)
{
if (!rb->contains(static_cast<Value>(x.getValue())))
if (!r1.rb->contains(static_cast<Value>(x.getValue())))
buffer.push_back(x.getValue());
}