Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sakura-editor#288[auto キーワードを使って iterator 変数の宣言を簡潔にする]で入れてしまった gcc に怒…
…られる記述を訂正する rvalueの非const参照を宣言してはならないという以下エラーの対応 macro/CMacroFactory.cpp:92:37: error: invalid initialization of non-const reference of type 'std::_List_iterator<CMacroManagerBase* (*)(const wchar_t*)>&' from an rvalue of type 'std::__cxx11::list<CMacroManagerBase* (*)(const wchar_t*)>::iterator {aka std::_List_iterator<CMacroManagerBase* (*)(const wchar_t*)>}' auto& c_it = m_mMacroCreators.begin();
- Loading branch information