Skip to content

Instantly share code, notes, and snippets.

@richo
Created January 10, 2012 11:23
Show Gist options
  • Save richo/1588544 to your computer and use it in GitHub Desktop.
Save richo/1588544 to your computer and use it in GitHub Desktop.
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