mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
reverted
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