I have a template class that looks like this
namespace binary_search_tree { template class binary_tree { private: T d; binary_tree&l