0_0_1637217_15495.cpp: In function `bool init()':
0_0_1637217_15495.cpp:47: error: no matching function for call to `std::vector<std::vector<bool, std::allocator<bool> >, std::allocator<std::vector<bool, std::allocator<bool> > > >::assign(const int&)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_vector.h:281: note: candidates are: void std::vector<_Tp, _Alloc>::assign(size_t, const _Tp&) [with _Tp = std::vector<bool, std::allocator<bool> >, _Alloc = std::allocator<std::vector<bool, std::allocator<bool> > >]
0_0_1637217_15495.cpp:48: error: no matching function for call to `std::vector<std::vector<bool, std::allocator<bool> >, std::allocator<std::vector<bool, std::allocator<bool> > > >::assign(const int&)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_vector.h:281: note: candidates are: void std::vector<_Tp, _Alloc>::assign(size_t, const _Tp&) [with _Tp = std::vector<bool, std::allocator<bool> >, _Alloc = std::allocator<std::vector<bool, std::allocator<bool> > >]
0_0_1637217_15495.cpp:52: error: no matching function for call to `std::vector<bool, std::allocator<bool> >::assign(const int&)'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_bvector.h:679: note: candidates are: void std::vector<bool, _Alloc>::assign(size_t, bool) [with _Alloc = std::allocator<bool>]
|