Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. 1>c:\program files (x86)\microsoft visual studio 10.0\vc\include\algorithm(1839): error C2064: term does not evaluate to a function taking 1 arguments
  2. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\algorithm(1853) : see reference to function template instantiation '_FwdIt std::_Remove_if<std::pair<_Ty1,_Ty2>*,_Pr>(_FwdIt,_FwdIt,_Pr)' being compiled
  3. 1> with
  4. 1> [
  5. 1> _FwdIt=std::pair<int,std::string> ,
  6. 1> _Ty1=int,
  7. 1> _Ty2=std::string,
  8. 1> _Pr=bool (__thiscall HTMLvalidator::* )(const std::pair<int,std::string> &)
  9. 1> ]
  10. 1> see reference to function template instantiation '_FwdIt std::remove_if<std::_Vector_iterator<_Myvec>,bool(__thiscall HTMLvalidator::* )(const std::pair<_Ty1,_Ty2> &)>(_FwdIt,_FwdIt,_Pr)' being compiled
  11. 1> with
  12. 1> [
  13. 1> _FwdIt=std::_Vector_iterator<std::_Vector_val<std::pair<int,std::string>,std::allocator<std::pair<int,std::string>>>>,
  14. 1> _Myvec=std::_Vector_val<std::pair<int,std::string>,std::allocator<std::pair<int,std::string>>>,
  15. 1> _Ty1=int,
  16. 1> _Ty2=std::string,
  17. 1> _Pr=bool (__thiscall HTMLvalidator::* )(const std::pair<int,std::string> &)
  18. 1> ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement