Advertisement
dan-masek

Untitled

Apr 11th, 2016
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. error: conversion from
  2. ‘std::reverse_iterator<
  3. boost::multi_index::detail::bidir_node_iterator<
  4. boost::multi_index::detail::ordered_index_node<
  5. boost::multi_index::detail::hashed_index_node<
  6. boost::multi_index::detail::index_node_base<long unsigned int, std::allocator<long unsigned int> >
  7. , boost::multi_index::detail::hashed_unique_tag> > > >’
  8.  
  9. to non-scalar type
  10. ‘boost::multi_index::detail::ordered_index<
  11. boost::multi_index::identity<long unsigned int>
  12. , IndexComparator
  13. , boost::multi_index::detail::nth_layer<1, long unsigned int
  14. , boost::multi_index::indexed_by<
  15. boost::multi_index::ordered_non_unique<
  16. boost::multi_index::identity<long unsigned int>
  17. , IndexComparator>
  18. , boost::multi_index::hashed_unique<boost::multi_index::identity<long unsigned int> > >
  19. , std::allocator<long unsigned int> >
  20. , boost::mpl::vector0<mpl_::na>
  21. , boost::multi_index::detail::ordered_non_unique_tag>::reverse_iterator
  22. {aka
  23. boost::iterators::reverse_iterator<
  24. boost::multi_index::detail::bidir_node_iterator<
  25. boost::multi_index::detail::ordered_index_node<
  26. boost::multi_index::detail::hashed_index_node<
  27. boost::multi_index::detail::index_node_base<long unsigned int, std::allocator<long unsigned int> >
  28. , boost::multi_index::detail::hashed_unique_tag> > > >
  29. }’ requested
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement