0_0_4504670_19133.cpp: In function `int main()':
0_0_4504670_19133.cpp:41: error: conversion from `std::_Rb_tree_const_iterator<std::pair<int, short int> >' to non-scalar type `std::_Rb_tree_const_iterator<std::pair<int, int> >' requested
0_0_4504670_19133.cpp:41: error: no match for 'operator!=' in 'it != (&list)->std::set<_Key, _Compare, _Alloc>::end [with _Key = std::pair<int, short int>, _Compare = std::less<std::pair<int, short int> >, _Alloc = std::allocator<std::pair<int, short int> >]()'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_tree.h:286: note: candidates are: bool std::_Rb_tree_const_iterator<_Tp>::operator!=(const std::_Rb_tree_const_iterator<_Tp>&) const [with _Tp = std::pair<int, int>]
|