From 3ea8a768caf0e90fe32dc9612b2d1786d035e172 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Thu, 8 Jun 2023 09:42:35 +0200 Subject: [PATCH] added padding between and around ml and size_ --- include/boost/unordered/detail/foa/core.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/unordered/detail/foa/core.hpp b/include/boost/unordered/detail/foa/core.hpp index 805f866f..c70f1253 100644 --- a/include/boost/unordered/detail/foa/core.hpp +++ b/include/boost/unordered/detail/foa/core.hpp @@ -1786,8 +1786,11 @@ public: } arrays_type arrays; + unsigned char pad1[64]; size_impl_type ml; + unsigned char pad2[64]; size_impl_type size_; + unsigned char pad3[64]; private: template<