This commit is contained in:
joaquintides
2022-10-27 19:13:01 +02:00
parent b5df79599e
commit 40ced996fd

View File

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