I have a template multimap class (std::multimap<K, V>) defined and am having issues with defining iterators for the multimap type (std::multimap<K, V>::iterator). The code I have works fine under MS VS 2003 and worked under derivatives of Fedora. I am now building using RHEL 5. Anybody have any advice?