Kaa> std::cout << "lower: " << it2.first->first; Kaa> std::cout << " upper: " << it2.first->second << std::endl; Kaa>