Advertisement
Guest User

Unfriendly Error

a guest
Jan 23rd, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2784: 'bool std::operator <(const std::basic_string<_Elem,_Traits,_Alloc> &,const _Elem *)' : could not deduce template argument for 'const std::basic_string<_Elem,_Traits,_Alloc> &' from 'const Outcome'
  2. 1> d:\program files\microsoft visual studio 10.0\vc\include\string(243) : see declaration of 'std::operator <'
  3. 1> d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(124) : while compiling class template member function 'bool std::less<_Ty>::operator ()(const _Ty &,const _Ty &) const'
  4. 1> with
  5. 1> [
  6. 1> _Ty=Outcome
  7. 1> ]
  8. 1> d:\program files\microsoft visual studio 10.0\vc\include\set(49) : see reference to class template instantiation 'std::less<_Ty>' being compiled
  9. 1> with
  10. 1> [
  11. 1> _Ty=Outcome
  12. 1> ]
  13. 1> d:\program files\microsoft visual studio 10.0\vc\include\xtree(451) : see reference to class template instantiation 'std::_Tset_traits<_Kty,_Pr,_Alloc,_Mfl>' being compiled
  14. 1> with
  15. 1> [
  16. 1> _Kty=Outcome,
  17. 1> _Pr=std::less<Outcome>,
  18. 1> _Alloc=std::allocator<Outcome>,
  19. 1> _Mfl=false
  20. 1> ]
  21. 1> d:\program files\microsoft visual studio 10.0\vc\include\xtree(520) : see reference to class template instantiation 'std::_Tree_nod<_Traits>' being compiled
  22. 1> with
  23. 1> [
  24. 1> _Traits=std::_Tset_traits<Outcome,std::less<Outcome>,std::allocator<Outcome>,false>
  25. 1> ]
  26. 1> d:\program files\microsoft visual studio 10.0\vc\include\xtree(659) : see reference to class template instantiation 'std::_Tree_val<_Traits>' being compiled
  27. 1> with
  28. 1> [
  29. 1> _Traits=std::_Tset_traits<Outcome,std::less<Outcome>,std::allocator<Outcome>,false>
  30. 1> ]
  31. 1> d:\program files\microsoft visual studio 10.0\vc\include\set(58) : see reference to class template instantiation 'std::_Tree<_Traits>' being compiled
  32. 1> with
  33. 1> [
  34. 1> _Traits=std::_Tset_traits<Outcome,std::less<Outcome>,std::allocator<Outcome>,false>
  35. 1> ]
  36. 1> d:\gamecode\projects\ooptraining\roulette\roulette\bin.h(13) : see reference to class template instantiation 'std::set<_Kty>' being compiled
  37. 1> with
  38. 1> [
  39. 1> _Kty=Outcome
  40. 1> ]
  41. 1>d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2784: 'bool std::operator <(const _Elem *,const std::basic_string<_Elem,_Traits,_Alloc> &)' : could not deduce template argument for 'const _Elem *' from 'const Outcome'
  42. 1> d:\program files\microsoft visual studio 10.0\vc\include\string(233) : see declaration of 'std::operator <'
  43. 1>d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2784: 'bool std::operator <(const std::basic_string<_Elem,_Traits,_Alloc> &,const std::basic_string<_Elem,_Traits,_Alloc> &)' : could not deduce template argument for 'const std::basic_string<_Elem,_Traits,_Alloc> &' from 'const Outcome'
  44. 1> d:\program files\microsoft visual studio 10.0\vc\include\string(223) : see declaration of 'std::operator <'
  45. 1>d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2784: 'bool std::operator <(const std::_Tree<_Traits> &,const std::_Tree<_Traits> &)' : could not deduce template argument for 'const std::_Tree<_Traits> &' from 'const Outcome'
  46. 1> d:\program files\microsoft visual studio 10.0\vc\include\xtree(1885) : see declaration of 'std::operator <'
  47. 1>d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2784: 'bool std::operator <(const std::unique_ptr<_Ty,_Dx> &,const std::unique_ptr<_Ty2,_Dx2> &)' : could not deduce template argument for 'const std::unique_ptr<_Ty,_Dx> &' from 'const Outcome'
  48. 1> d:\program files\microsoft visual studio 10.0\vc\include\memory(2582) : see declaration of 'std::operator <'
  49. 1>d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2784: 'bool std::operator <(const std::reverse_iterator<_RanIt> &,const std::reverse_iterator<_RanIt2> &)' : could not deduce template argument for 'const std::reverse_iterator<_RanIt> &' from 'const Outcome'
  50. 1> d:\program files\microsoft visual studio 10.0\vc\include\xutility(1356) : see declaration of 'std::operator <'
  51. 1>d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2784: 'bool std::operator <(const std::_Revranit<_RanIt,_Base> &,const std::_Revranit<_RanIt2,_Base2> &)' : could not deduce template argument for 'const std::_Revranit<_RanIt,_Base> &' from 'const Outcome'
  52. 1> d:\program files\microsoft visual studio 10.0\vc\include\xutility(1179) : see declaration of 'std::operator <'
  53. 1>d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2784: 'bool std::operator <(const std::pair<_Ty1,_Ty2> &,const std::pair<_Ty1,_Ty2> &)' : could not deduce template argument for 'const std::pair<_Ty1,_Ty2> &' from 'const Outcome'
  54. 1> d:\program files\microsoft visual studio 10.0\vc\include\utility(318) : see declaration of 'std::operator <'
  55. 1>d:\program files\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2676: binary '<' : 'const Outcome' does not define this operator or a conversion to a type acceptable to the predefined operator
  56. 1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement