dropped erroneous call to user-provided f

This commit is contained in:
joaquintides
2023-03-14 20:49:09 +01:00
committed by Christian Mazakas
parent c35e9fc631
commit 8198b9c57c

View File

@ -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;