Advertisement
Guest User

error messages

a guest
Feb 21st, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. /usr/include/c++/4.6/bits/move.h:127
  2. error: no matching constructor for initialization of 'Allocator<std::_List_node<unsigned int>, 16, 2, 65536>'
  3. /usr/include/c++/4.6/bits/allocator.h:163:4:
  4. in instantiation of function template specialization 'std::swap<Allocator<std::_List_node<unsigned int>, 16, 2, 65536> >' requested here
  5. /usr/include/c++/4.6/bits/stl_list.h:1185:4:
  6. in instantiation of member function 'std::__alloc_swap<Allocator<std::_List_node<unsigned int>, 16, 2, 65536>, false>::_S_do_it' requested here
  7. /usr/include/c++/4.6/bits/list.tcc:375:11:
  8. in instantiation of member function 'std::list<unsigned int, Allocator<unsigned int, 16, 2, 65536> >::swap' requested here
  9. <this-file>.cpp:??:10:
  10. in instantiation of member function 'std::list<unsigned int, Allocator<unsigned int, 16, 2, 65536> >::sort' requested here
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement