Skip to content

Commit

Permalink
IG7945 enable rbtree_best_fit inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseyb-iguazio authored and yanburman committed Jun 24, 2018
1 parent fb1d06d commit f0394d5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class rbtree_best_fit
rbtree_best_fit(const rbtree_best_fit &);
rbtree_best_fit &operator=(const rbtree_best_fit &);

private:
protected: // Iguazio private:
struct block_ctrl;
typedef typename boost::intrusive::
pointer_traits<VoidPointer>::template
Expand All @@ -98,7 +98,7 @@ class rbtree_best_fit

#if !defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED)

private:
protected: // Iguazio private:

typedef typename bi::make_set_base_hook
< bi::void_pointer<VoidPointer>
Expand Down Expand Up @@ -252,7 +252,7 @@ class rbtree_best_fit
void* allocate_aligned (size_type nbytes, size_type alignment);

#if !defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED)
private:
protected: // Iguazio private:
static size_type priv_first_block_offset_from_this(const void *this_ptr, size_type extra_hdr_bytes);

block_ctrl *priv_first_block();
Expand Down

0 comments on commit f0394d5

Please sign in to comment.