File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,11 @@ namespace internal {
105105 pointers_per_short_table = 3 , // to fit into 8 words of entire structure
106106 pointers_per_long_table = sizeof (segment_index_t ) * 8 // one segment per bit
107107 };
108-
108+ public:
109109 struct segment_not_used {};
110110 struct segment_allocated {};
111111 struct segment_allocation_failed {};
112-
112+ protected:
113113 class segment_t ;
114114 class segment_value_t {
115115 void * array;
Original file line number Diff line number Diff line change @@ -105,11 +105,11 @@ namespace internal {
105105 pointers_per_short_table = 3 , // to fit into 8 words of entire structure
106106 pointers_per_long_table = sizeof (segment_index_t ) * 8 // one segment per bit
107107 };
108-
108+ public:
109109 struct segment_not_used {};
110110 struct segment_allocated {};
111111 struct segment_allocation_failed {};
112-
112+ protected:
113113 class segment_t ;
114114 class segment_value_t {
115115 void * array;
You can’t perform that action at this time.
0 commit comments