deinlined pow2_quadratic_prober::next

This commit is contained in:
joaquintides
2022-10-27 18:57:48 +02:00
parent 231f9785ff
commit b5df79599e

View File

@ -675,7 +675,7 @@ struct pow2_quadratic_prober
* arrays).
*/
inline bool next(std::size_t mask)
/*inline*/ bool next(std::size_t mask)
{
step+=1;
pos=(pos+step)&mask;