Ticket #7943: config_file_iterator.cpp.diff
File config_file_iterator.cpp.diff, 359 bytes (added by , 10 years ago) |
---|
-
config_file_iterator.cpp
71 71 72 72 m_name_store.erase( it ); 73 73 74 erase( name );74 std::map<cstring, ValueType>::erase( name ); 75 75 } 76 76 77 77 private: