From 40ced996fdd698584a9cb22947f8dac31c6c22cc Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 27 Oct 2022 19:13:01 +0200 Subject: [PATCH] reverted --- include/boost/unordered/detail/foa.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 5614e587..5f731494 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -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;