mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
reverted
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user