1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 01:10:10 +00:00
OpenMW/apps/openmw/mwdialogue
elsid de7f9f6439
Replace raw for loop by algorithm
To fix compilation error with -D_GLIBCXX_DEBUG:
/home/elsid/dev/openmw/apps/openmw/mwdialogue/dialoguemanagerimp.cpp: In member function ‘virtual void MWDialogue::DialogueManager::write(ESM::ESMWriter&, Loading::Listener&) const’:
/home/elsid/dev/openmw/apps/openmw/mwdialogue/dialoguemanagerimp.cpp:679:78: error: no matching function for call to ‘__gnu_debug::_Safe_iterator<std::_Rb_tree_const_iterator<std::__cxx11::basic_string<char> >, std::__debug::set<std::__cxx11::basic_string<char> >, std::bidirectional_iterator_tag>::_Safe_iterator(std::__debug::set<std::__cxx11::basic_string<char>, Misc::StringUtils::CiComp>::const_iterator)’
  679 |         for (std::set<std::string>::const_iterator iter (mKnownTopics.begin());
      |                                                                              ^
2022-02-17 01:04:44 +01:00
..
dialoguemanagerimp.cpp Replace raw for loop by algorithm 2022-02-17 01:04:44 +01:00
dialoguemanagerimp.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
filter.cpp Add getRatio method 2022-02-10 22:10:46 +01:00
filter.hpp
hypertextparser.cpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
hypertextparser.hpp caching dialog keyword search in Store<ESM::Dialogue> 2021-12-24 00:54:00 +03:00
journalentry.cpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
journalentry.hpp
journalimp.cpp Restart all quests with the same name when a quest is restarted 2022-02-12 13:25:27 +01:00
journalimp.hpp
keywordsearch.cpp
keywordsearch.hpp caching dialog keyword search in Store<ESM::Dialogue> 2021-12-24 00:54:00 +03:00
quest.cpp Restart all quests with the same name when a quest is restarted 2022-02-12 13:25:27 +01:00
quest.hpp Restart all quests with the same name when a quest is restarted 2022-02-12 13:25:27 +01:00
scripttest.cpp
scripttest.hpp
selectwrapper.cpp
selectwrapper.hpp move most of the files from esm to esm3, keep common code in esm; this is make space for a future with esm4 2022-01-23 17:04:48 +01:00
topic.cpp Restart all quests with the same name when a quest is restarted 2022-02-12 13:25:27 +01:00
topic.hpp Restart all quests with the same name when a quest is restarted 2022-02-12 13:25:27 +01:00