From b5df79599e96e0938115f3f667aadaa829630d3d Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 27 Oct 2022 18:57:48 +0200 Subject: [PATCH] deinlined pow2_quadratic_prober::next --- 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 5f731494..5614e587 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;