separate make pair
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
# include "lexicographical_compare.hpp"
|
||||
|
||||
# include "pair.hpp"
|
||||
# include "make_pair.hpp"
|
||||
# include "map_node.hpp"
|
||||
# include "map_iterator.hpp"
|
||||
|
||||
@@ -174,8 +175,6 @@ private:
|
||||
|
||||
// BBST
|
||||
enum {INSERT, ERASE};
|
||||
node<value_type>* _swap_nodes(node<value_type>* st_old, node<value_type>* st_new);
|
||||
node<value_type>* _shift_nodes(node<value_type>* st_old, node<value_type>* st_new);
|
||||
void _balance(node<value_type>* n, bool action);
|
||||
short _compute_height(node<value_type>* n);
|
||||
short _balance_factor(node<value_type>* n);
|
||||
|
||||
Reference in New Issue
Block a user