From a4c38c02c8373309ea69b45d1511c888c08433c1 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 10 Oct 2022 11:13:32 +0200 Subject: [PATCH] fixed empty_value index --- 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 83977ed7..f379e80e 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -841,11 +841,11 @@ class __declspec(empty_bases) /* activate EBO with multiple inheritance */ #endif -table:empty_value,empty_value,empty_value +table:empty_value,empty_value,empty_value { using hash_base=empty_value; using pred_base=empty_value; - using allocator_base=empty_value; + using allocator_base=empty_value; using type_policy=TypePolicy; using group_type=group15; static constexpr auto N=group_type::N;