error C2679: binary '=' : no operator found which takes a right-hand operand of type 'std::_Tree<_Traits>::iterator' (or there is no acceptable conversion)
        with
        [
            _Traits=std::_Tset_traits<int,std::greater<int>,std::allocator<int>,false>
        ]
        C:\Program Files\Microsoft Visual Studio 8\VC\include\xutility(1842): could be 'std::reverse_iterator<_RanIt> &std::reverse_iterator<_RanIt>::operator =(const std::reverse_iterator<_RanIt> &)'
        with
        [
            _RanIt=std::_Tree<std::_Tset_traits<int,std::greater<int>,std::allocator<int>,false>>::const_iterator
        ]
        while trying to match the argument list '(std::reverse_iterator<_RanIt>, std::_Tree<_Traits>::iterator)'
        with
        [
            _RanIt=std::_Tree<std::_Tset_traits<int,std::greater<int>,std::allocator<int>,false>>::const_iterator
        ]
        and
        [
            _Traits=std::_Tset_traits<int,std::greater<int>,std::allocator<int>,false>
        ]
			
		
 
	
Partager