98852_0_2397.cpp
98852_0_2397.cpp(87) : error C2784: 'bool __cdecl std::operator >(const class std::basic_string<_E,_Tr,_A> &,const _E *)' : could not deduce template argument for 'const class std::basic_string<_E,_Tr,_A> &' from 'const class BigNum'
98852_0_2397.cpp(87) : error C2784: 'bool __cdecl std::operator >(const _E *,const class std::basic_string<_E,_Tr,_A> &)' : could not deduce template argument for 'const *' from 'const class BigNum'
98852_0_2397.cpp(87) : error C2784: 'bool __cdecl std::operator >(const class std::basic_string<_E,_Tr,_A> &,const class std::basic_string<_E,_Tr,_A> &)' : could not deduce template argument for 'const class std::basic_string<_E,_Tr,_A> &' from 'const class BigNum'
98852_0_2397.cpp(87) : error C2784: 'bool __cdecl std::operator >(const class std::reverse_iterator<_RI,_Ty,_Rt,_Pt,_D> &,const class std::reverse_iterator<_RI,_Ty,_Rt,_Pt,_D> &)' : could not deduce template argument for 'const class std::reverse_iterator<_RI,_Ty,_Rt,_Pt,_D> &' from 'const class BigNum'
98852_0_2397.cpp(87) : error C2784: 'bool __cdecl std::operator >(const struct std::pair<_T1,_T2> &,const struct std::pair<_T1,_T2> &)' : could not deduce template argument for 'const struct std::pair<_T1,_T2> &' from 'const class BigNum'
98852_0_2397.cpp(87) : error C2676: binary '>' : 'const class BigNum' does not define this operator or a conversion to a type acceptable to the predefined operator
|