Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2011
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. 1>c:\users\bd\documents\visual studio 2010\projects\testerr\testerr\testerr.cpp(11): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'std::_Tree_const_iterator<_Mytree>' (or there is no acceptable conversion)
  2. 1> with
  3. 1> [
  4. 1> _Mytree=std::_Tree_val<std::_Tset_traits<int,std::less<int>,std::allocator<int>,false>>
  5. 1> ]
  6. 1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\xtree(337): could be 'std::_Tree_const_iterator<_Mytree> &std::_Tree_const_iterator<_Mytree>::operator =(const std::_Tree_const_iterator<_Mytree> &)'
  7. 1> with
  8. 1> [
  9. 1> _Mytree=std::_Tree_val<std::_Tset_traits<double,std::less<double>,std::allocator<double>,false>>
  10. 1> ]
  11. 1> while trying to match the argument list '(std::_Tree_const_iterator<_Mytree>, std::_Tree_const_iterator<_Mytree>)'
  12. 1> with
  13. 1> [
  14. 1> _Mytree=std::_Tree_val<std::_Tset_traits<double,std::less<double>,std::allocator<double>,false>>
  15. 1> ]
  16. 1> and
  17. 1> [
  18. 1> _Mytree=std::_Tree_val<std::_Tset_traits<int,std::less<int>,std::allocator<int>,false>>
  19. 1> ]
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement