Binary_tree.h: Dans member function « void
AVL_tree<T>::push_left(Binary_tree<T>*) [with T = int] »:
Binary_tree.cpp:38: instantiated from here
Binary_tree.h:14: error: `bool Binary_tree<T>::validator() const [with T = int] ' is protected
Binary_tree.h:153: error: within this context
Binary_tree.h: Dans member function « void
AVL_tree<T>::push_right(Binary_tree<T>*) [with T = int] »:
Binary_tree.cpp:39: instantiated from here
Binary_tree.h:14: error: `bool Binary_tree<T>::validator() const [with T = int] ' is protected
Binary_tree.h:168: error: within this context
Partager