forked from boostorg/unordered
deinlined pow2_quadratic_prober::next
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user