Exemplo n.º 1
0
void printTree(IntervalTree<T,U> &tree)
{
#ifdef DEBUG
  std::cout  << "============= tree ============" << std::endl;
  tree.printTree(std::cout);
  std::cout << "============= ============" << std::endl;
#endif
}