From ccbc6396770dc173d39c7393f8f830aa1a2d2b2c Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 10 Mar 2023 19:42:26 +0100 Subject: [PATCH] made table_core protected interface public --- 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 43f87595..9358e52b 100644 --- a/include/boost/unordered/detail/foa/core.hpp +++ b/include/boost/unordered/detail/foa/core.hpp @@ -1093,7 +1093,7 @@ __declspec(empty_bases) /* activate EBO with multiple inheritance */ table_core:empty_value,empty_value,empty_value { -protected: +public: using type_policy=TypePolicy; using group_type=group15; static constexpr auto N=group_type::N;