Ticket #7943: config_file_iterator.cpp.diff

File config_file_iterator.cpp.diff, 359 bytes (added by p.brockamp@…, 10 years ago)

gcc needs an explicit naming of the template parameter in some circumstances

  • config_file_iterator.cpp

     
    7171
    7272        m_name_store.erase( it );
    7373
    74         erase( name );
     74        std::map<cstring, ValueType>::erase( name );
    7575    }
    7676
    7777private: