0_0_31652224_21370.cpp: In member function 'void BinarySortTree<T>::DeleteRecursion(Node<T>*&, T, Node<T>*&, bool)':
0_0_31652224_21370.cpp:111:9: error: missing template arguments before '*' token
Node* tempNode = node->leftNode;
^
0_0_31652224_21370.cpp:111:11: error: 'tempNode' was not declared in this scope
Node* tempNode = node->leftNode;
^
0_0_31652224_21370.cpp:112:9: error: missing template arguments before '*' token
Node* tempParentNode = node;
^
0_0_31652224_21370.cpp:112:11: error: 'tempParentNode' was not declared in this scope
Node* tempParentNode = node;
^
|