made table_core protected interface public

This commit is contained in:
joaquintides
2023-03-10 19:42:26 +01:00
committed by Christian Mazakas
parent 18725a682d
commit ccbc639677

View File

@ -1093,7 +1093,7 @@ __declspec(empty_bases) /* activate EBO with multiple inheritance */
table_core:empty_value<Hash,0>,empty_value<Pred,1>,empty_value<Allocator,2>
{
protected:
public:
using type_policy=TypePolicy;
using group_type=group15;
static constexpr auto N=group_type::N;