1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-08 09:37:53 +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
filter.cpp
filter.hpp
hypertextparser.cpp
hypertextparser.hpp
journalentry.cpp
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
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
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