0_0_8898070_22418.cpp: In function `pss dfs(bool)':
0_0_8898070_22418.cpp:35: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:35: error: no matching function for call to `swap(std::set<int, std::less<int>, std::allocator<int> >&, sti*&)'
0_0_8898070_22418.cpp:36: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:36: error: no matching function for call to `swap(std::set<int, std::less<int>, std::allocator<int> >&, sti*&)'
0_0_8898070_22418.cpp:37: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:39: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:39: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:43: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:56: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:56: error: no matching function for call to `swap(std::set<int, std::less<int>, std::allocator<int> >&, sti*&)'
0_0_8898070_22418.cpp:57: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:58: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:58: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:61: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:61: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:63: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:63: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:65: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:67: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:67: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:67: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:77: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:77: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:77: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:80: error: base operand of `->' has non-pointer type `std::set<int, std::less<int>, std::allocator<int> >'
0_0_8898070_22418.cpp:81: error: no matching function for call to `std::pair<sti*, sti*>::pair(std::set<int, std::less<int>, std::allocator<int> >&, std::set<int, std::less<int>, std::allocator<int> >&)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_pair.h:69: note: candidates are: std::pair<sti*, sti*>::pair(const std::pair<sti*, sti*>&)
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_pair.h:85: note: std::pair<_T1, _T2>::pair(const _T1&, const _T2&) [with _T1 = sti*, _T2 = sti*]
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_pair.h:81: note: std::pair<_T1, _T2>::pair() [with _T1 = sti*, _T2 = sti*]
|