1>c:\projects\junk\junk\main.cpp(7): error C2440: 'initializing' : cannot convert from 'std::_Tree_const_iterator<_Mytree>' to 'std::_Tree_const_iterator<_Mytree>'
1> with
1> [
1> _Mytree=std::_Tree_val<std::_Tset_traits<int,std::less<int>,std::allocator<int>,false>>
1> ]
1> and
1> [
1> _Mytree=std::_Tree_val<std::_Tset_traits<unsigned int,std::less<unsigned int>,std::allocator<char32_t>,false>>
1> ]
1> No constructor could take the source type, or constructor overload resolution was ambiguous
1>c:\projects\junk\junk\main.cpp(7): 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)
1> with
1> [
1> _Mytree=std::_Tree_val<std::_Tset_traits<int,std::less<int>,std::allocator<int>,false>>
1> ]
1> c:\program files (x86)\microsoft visual studio 10.0\vc\include\xtree(333): could be 'bool std::_Tree_const_iterator<_Mytree>::operator !=(const std::_Tree_const_iterator<_Mytree> &) const'
1> with
1> [
1> _Mytree=std::_Tree_val<std::_Tset_traits<unsigned int,std::less<unsigned int>,std::allocator<char32_t>,false>>
1> ]
1> while trying to match the argument list '(std::_Tree_const_iterator<_Mytree>, std::_Tree_const_iterator<_Mytree>)'
1> with
1> [
1> _Mytree=std::_Tree_val<std::_Tset_traits<unsigned int,std::less<unsigned int>,std::allocator<char32_t>,false>>
1> ]
1> and
1> [
1> _Mytree=std::_Tree_val<std::_Tset_traits<int,std::less<int>,std::allocator<int>,false>>
1> ] |