mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 20:04:29 +02:00
made table_core protected interface public
This commit is contained in:
committed by
Christian Mazakas
parent
18725a682d
commit
ccbc639677
@@ -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>
|
table_core:empty_value<Hash,0>,empty_value<Pred,1>,empty_value<Allocator,2>
|
||||||
{
|
{
|
||||||
protected:
|
public:
|
||||||
using type_policy=TypePolicy;
|
using type_policy=TypePolicy;
|
||||||
using group_type=group15;
|
using group_type=group15;
|
||||||
static constexpr auto N=group_type::N;
|
static constexpr auto N=group_type::N;
|
||||||
|
Reference in New Issue
Block a user