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;