File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -167,11 +167,7 @@ namespace lib_interval_tree
167167 return {std::min (low_, other.low_ ), std::max (high_, other.high_ )};
168168 }
169169
170- #ifdef LIB_INTERVAL_TREE_PUBLICIZE
171- public:
172- #else
173170 private:
174- #endif // LIB_INTERVAL_TREE_PUBLICIZE
175171 value_type low_;
176172 value_type high_;
177173 };
@@ -305,11 +301,7 @@ namespace lib_interval_tree
305301 }
306302 }
307303
308- #ifdef LIB_INTERVAL_TREE_PUBLICIZE
309- public:
310- #else
311304 private:
312- #endif // LIB_INTERVAL_TREE_PUBLICIZE
313305 interval_type interval_;
314306 value_type max_;
315307 node* parent_;
@@ -377,11 +369,7 @@ namespace lib_interval_tree
377369 {
378370 }
379371
380- #ifdef LIB_INTERVAL_TREE_PUBLICIZE
381- public:
382- #else
383372 protected:
384- #endif // LIB_INTERVAL_TREE_PUBLICIZE
385373 node_ptr_t node_;
386374 owner_type owner_;
387375 };
@@ -1353,11 +1341,7 @@ namespace lib_interval_tree
13531341 x->color_ = rb_color::black;
13541342 }
13551343
1356- #ifdef LIB_INTERVAL_TREE_PUBLICIZE
1357- public:
1358- #else
13591344 private:
1360- #endif // LIB_INTERVAL_TREE_PUBLICIZE
13611345 node_type* root_;
13621346 size_type size_;
13631347 };
You can’t perform that action at this time.
0 commit comments