0_0_36543895_32684.cpp: In function 'int main()':
0_0_36543895_32684.cpp:71:35: error: no matching function for call to 'std::vector<int>::swap(std::vector<short int>&)'
vector<int>().swap(node[i].back);
^
0_0_36543895_32684.cpp:71:35: note: candidate is:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64:0,
from 0_0_36543895_32684.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: void std::vector<_Tp, _Alloc>::swap(std::vector<_Tp, _Alloc>&) [with _Tp = int; _Alloc = std::allocator<int>]
swap(vector& __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: no known conversion for argument 1 from 'std::vector<short int>' to 'std::vector<int>&'
0_0_36543895_32684.cpp:72:35: error: no matching function for call to 'std::vector<int>::swap(std::vector<short int>&)'
vector<int>().swap(node[i].flow);
^
0_0_36543895_32684.cpp:72:35: note: candidate is:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64:0,
from 0_0_36543895_32684.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: void std::vector<_Tp, _Alloc>::swap(std::vector<_Tp, _Alloc>&) [with _Tp = int; _Alloc = std::allocator<int>]
swap(vector& __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: no known conversion for argument 1 from 'std::vector<short int>' to 'std::vector<int>&'
0_0_36543895_32684.cpp:73:35: error: no matching function for call to 'std::vector<int>::swap(std::vector<short int>&)'
vector<int>().swap(node[i].path);
^
0_0_36543895_32684.cpp:73:35: note: candidate is:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64:0,
from 0_0_36543895_32684.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: void std::vector<_Tp, _Alloc>::swap(std::vector<_Tp, _Alloc>&) [with _Tp = int; _Alloc = std::allocator<int>]
swap(vector& __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: no known conversion for argument 1 from 'std::vector<short int>' to 'std::vector<int>&'
0_0_36543895_32684.cpp:107:34: error: no matching function for call to 'std::vector<int>::swap(std::vector<short int>&)'
vector<int>().swap(node[i].back);
^
0_0_36543895_32684.cpp:107:34: note: candidate is:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64:0,
from 0_0_36543895_32684.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: void std::vector<_Tp, _Alloc>::swap(std::vector<_Tp, _Alloc>&) [with _Tp = int; _Alloc = std::allocator<int>]
swap(vector& __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: no known conversion for argument 1 from 'std::vector<short int>' to 'std::vector<int>&'
0_0_36543895_32684.cpp:108:34: error: no matching function for call to 'std::vector<int>::swap(std::vector<short int>&)'
vector<int>().swap(node[i].flow);
^
0_0_36543895_32684.cpp:108:34: note: candidate is:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64:0,
from 0_0_36543895_32684.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: void std::vector<_Tp, _Alloc>::swap(std::vector<_Tp, _Alloc>&) [with _Tp = int; _Alloc = std::allocator<int>]
swap(vector& __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: no known conversion for argument 1 from 'std::vector<short int>' to 'std::vector<int>&'
0_0_36543895_32684.cpp:109:34: error: no matching function for call to 'std::vector<int>::swap(std::vector<short int>&)'
vector<int>().swap(node[i].path);
^
0_0_36543895_32684.cpp:109:34: note: candidate is:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64:0,
from 0_0_36543895_32684.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: void std::vector<_Tp, _Alloc>::swap(std::vector<_Tp, _Alloc>&) [with _Tp = int; _Alloc = std::allocator<int>]
swap(vector& __x)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1194:7: note: no known conversion for argument 1 from 'std::vector<short int>' to 'std::vector<int>&'
|