From 63eaed843f1d3568a88a671a01d6154e10ced18b Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 15 Oct 2022 11:15:29 +0200 Subject: [PATCH] stylistic --- include/boost/unordered/detail/foa.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index 5404126e..666565f3 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -571,8 +571,8 @@ private: boost::uint64_t x=m[0]^mask[n&0xFu]; x=~((m[1]^mask[n>>4])|x); boost::uint32_t y=static_cast(x&(x>>32)); - y&=y>>16; - return y&0x7FFF; + y&=y>>16; + return y&0x7FFF; } alignas(16) boost::uint64_t m[2];