Created
January 10, 2012 11:23
-
-
Save richo/1588544 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
inputmode.cpp | |
src/mode/inputmode.cpp: In member function 'std::string Ui::InputMode::SearchHistory(Ui::InputMode::Direction, const std::string&)':src/mode/inputmode.cpp:216: error: no match for 'operator==' in 'historyIterator == std::vector<_Tp, _Alloc>::rend() [with _Tp = std::string, _Alloc = std::allocator<std::string>]()' | |
src/mode/inputmode.cpp:223: error: no match for 'operator<' in 'historyIterator < std::vector<_Tp, _Alloc>::rend() [with _Tp = std::string, _Alloc = std::allocator<std::string>]()' | |
src/mode/inputmode.cpp:228: error: no match for 'operator==' in 'historyIterator == std::vector<_Tp, _Alloc>::rend() [with _Tp = std::string, _Alloc = std::allocator<std::string>]()' | |
src/mode/inputmode.cpp:232: error: no match for 'operator>=' in 'historyIterator >= std::vector<_Tp, _Alloc>::rbegin() [with _Tp = std::string, _Alloc = std::allocator<std::string>]()' | |
src/mode/inputmode.cpp:237: error: no match for 'operator<' in 'historyIterator < std::vector<_Tp, _Alloc>::rbegin() [with _Tp = std::string, _Alloc = std::allocator<std::string>]()' | |
make: *** [src/mode/vimpc-inputmode.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment