Guest User

Untitled

a guest
Jan 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 KB | None | 0 0
  1. 1>AugmentManager.cpp
  2. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  3. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xtree(1466) : see declaration of 'std::operator <'
  4. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(142) : while compiling class template member function 'bool std::less<_Ty>::operator ()(const _Ty &,const _Ty &) const'
  5. 1> with
  6. 1> [
  7. 1> _Ty=std::string
  8. 1> ]
  9. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\map(68) : see reference to class template instantiation 'std::less<_Ty>' being compiled
  10. 1> with
  11. 1> [
  12. 1> _Ty=std::string
  13. 1> ]
  14. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xtree(22) : see reference to class template instantiation 'std::_Tmap_traits<_Kty,_Ty,_Pr,_Alloc,_Mfl>' being compiled
  15. 1> with
  16. 1> [
  17. 1> _Kty=std::string,
  18. 1> _Ty=boost::shared_ptr<AugmentMatrix>,
  19. 1> _Pr=std::less<std::string>,
  20. 1> _Alloc=std::allocator<std::pair<const std::string,boost::shared_ptr<AugmentMatrix>>>,
  21. 1> _Mfl=false
  22. 1> ]
  23. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xtree(63) : see reference to class template instantiation 'std::_Tree_nod<_Traits>' being compiled
  24. 1> with
  25. 1> [
  26. 1> _Traits=std::_Tmap_traits<std::string,boost::shared_ptr<AugmentMatrix>,std::less<std::string>,std::allocator<std::pair<const std::string,boost::shared_ptr<AugmentMatrix>>>,false>
  27. 1> ]
  28. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xtree(89) : see reference to class template instantiation 'std::_Tree_ptr<_Traits>' being compiled
  29. 1> with
  30. 1> [
  31. 1> _Traits=std::_Tmap_traits<std::string,boost::shared_ptr<AugmentMatrix>,std::less<std::string>,std::allocator<std::pair<const std::string,boost::shared_ptr<AugmentMatrix>>>,false>
  32. 1> ]
  33. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xtree(107) : see reference to class template instantiation 'std::_Tree_val<_Traits>' being compiled
  34. 1> with
  35. 1> [
  36. 1> _Traits=std::_Tmap_traits<std::string,boost::shared_ptr<AugmentMatrix>,std::less<std::string>,std::allocator<std::pair<const std::string,boost::shared_ptr<AugmentMatrix>>>,false>
  37. 1> ]
  38. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\map(78) : see reference to class template instantiation 'std::_Tree<_Traits>' being compiled
  39. 1> with
  40. 1> [
  41. 1> _Traits=std::_Tmap_traits<std::string,boost::shared_ptr<AugmentMatrix>,std::less<std::string>,std::allocator<std::pair<const std::string,boost::shared_ptr<AugmentMatrix>>>,false>
  42. 1> ]
  43. 1> c:\users\chamtrain\desktop\desktop folder\backup25august2010\myogre\bspogreapp\basicogreapp\augmentmanager.h(18) : see reference to class template instantiation 'std::map<_Kty,_Ty>' being compiled
  44. 1> with
  45. 1> [
  46. 1> _Kty=std::string,
  47. 1> _Ty=boost::shared_ptr<AugmentMatrix>
  48. 1> ]
  49. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  50. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xtree(1466) : see declaration of 'std::operator <'
  51. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  52. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xtree(1466) : see declaration of 'std::operator <'
  53. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  54. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xtree(1466) : see declaration of 'std::operator <'
  55. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  56. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility(2262) : see declaration of 'std::operator <'
  57. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  58. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility(2262) : see declaration of 'std::operator <'
  59. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  60. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility(2262) : see declaration of 'std::operator <'
  61. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  62. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility(2262) : see declaration of 'std::operator <'
  63. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  64. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility(2072) : see declaration of 'std::operator <'
  65. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  66. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility(2072) : see declaration of 'std::operator <'
  67. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  68. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility(2072) : see declaration of 'std::operator <'
  69. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  70. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\xutility(2072) : see declaration of 'std::operator <'
  71. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  72. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\utility(99) : see declaration of 'std::operator <'
  73. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  74. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\utility(99) : see declaration of 'std::operator <'
  75. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  76. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\utility(99) : see declaration of 'std::operator <'
  77. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : 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 std::string'
  78. 1> c:\program files (x86)\microsoft visual studio 9.0\vc\include\utility(99) : see declaration of 'std::operator <'
  79. 1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\functional(143) : error C2676: binary '<' : 'const std::string' does not define this operator or a conversion to a type acceptable to the predefined operator
  80. 1>Build log was saved at "file://c:\Users\Chamtrain\Desktop\Desktop Folder\Backup25August2010\MyOgre\BSPOgreApp\BasicOgreApp\Debug\BuildLog.htm"
  81. 1>BasicOgreApp - 17 error(s), 0 warning(s)
Add Comment
Please, Sign In to add comment