Advertisement
Guest User

Untitled

a guest
Feb 21st, 2012
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. 1>C:\Program Files\Microsoft Visual Studio 11.0\VC\include\xrefwrap(96): error C2064: term does not evaluate to a function taking 1 arguments
  2. 1> C:\Program Files\Microsoft Visual Studio 11.0\VC\include\xrefwrap(121) : see reference to class template instantiation 'std::_Result_type<__formal,_Fty,<unnamed-symbol>>' being compiled
  3. 1> with
  4. 1> [
  5. 1> __formal=false,
  6. 1> _Fty=int,
  7. 1> <unnamed-symbol>=int &
  8. 1> ]
  9. 1> C:\Program Files\Microsoft Visual Studio 11.0\VC\include\xrefwrap(107) : see reference to class template instantiation 'std::_Result_ofx<_Fty,_V0_t,_V1_t,_V2_t,_V3_t,_V4_t,_V5_t>' being compiled
  10. 1> with
  11. 1> [
  12. 1> _Fty=int,
  13. 1> _V0_t=int &,
  14. 1> _V1_t=std::_Nil,
  15. 1> _V2_t=std::_Nil,
  16. 1> _V3_t=std::_Nil,
  17. 1> _V4_t=std::_Nil,
  18. 1> _V5_t=std::_Nil
  19. 1> ]
  20. 1> C:\Program Files\Microsoft Visual Studio 11.0\VC\include\xrefwrap(243) : see reference to class template instantiation 'std::_Result_of<_Fty,_V0_t,_V1_t,_V2_t,_V3_t,_V4_t,_V5_t,<unnamed-symbol>,_Obj>' being compiled
  21. 1> with
  22. 1> [
  23. 1> _Fty=int,
  24. 1> _V0_t=int &,
  25. 1> _V1_t=std::_Nil,
  26. 1> _V2_t=std::_Nil,
  27. 1> _V3_t=std::_Nil,
  28. 1> _V4_t=std::_Nil,
  29. 1> _V5_t=std::_Nil,
  30. 1> <unnamed-symbol>=std::_Nil,
  31. 1> _Obj=std::_Nil
  32. 1> ]
  33. 1> C:\Program Files\Microsoft Visual Studio 11.0\VC\include\xrefwrap(250) : see reference to class template instantiation 'std::_Result_of0<_Fty>' being compiled
  34. 1> with
  35. 1> [
  36. 1> _Fty=int (int)
  37. 1> ]
  38. 1> main.cpp(11) : see reference to class template instantiation 'std::result_of<_Fty>' being compiled
  39. 1> with
  40. 1> [
  41. 1> _Fty=int (int)
  42. 1> ]
  43. 1>
  44. 1>Build FAILED.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement