From 0590e3bf8cae3273abc8d5357c6cdf3d223b61d8 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 11 Mar 2023 20:17:17 +0100 Subject: [PATCH] typo --- include/boost/unordered/detail/foa/core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/foa/core.hpp b/include/boost/unordered/detail/foa/core.hpp index 5096f5e8..0b94a026 100644 --- a/include/boost/unordered/detail/foa/core.hpp +++ b/include/boost/unordered/detail/foa/core.hpp @@ -419,7 +419,7 @@ struct group15 static inline bool is_occupied(unsigned char* pc)noexcept { - return *reinterpret_cast(pc)!=available_; + return *reinterpret_cast(pc)!=available_; } inline int match_occupied()const