forked from boostorg/unordered
dropped erroneous call to user-provided f
This commit is contained in:
committed by
Christian Mazakas
parent
c35e9fc631
commit
8198b9c57c
@ -634,7 +634,6 @@ private:
|
||||
this->construct_element(p,std::forward<Args>(args)...);
|
||||
rslot.commit();
|
||||
rsize.commit();
|
||||
f(type_policy::value_from(*p));
|
||||
return 1;
|
||||
}
|
||||
mask&=mask-1;
|
||||
|
Reference in New Issue
Block a user