Guest User

Boost error number 50 billion and 40

a guest
May 28th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 5.08 KB | None | 0 0
  1. 1>c:\boost\include\boost-1_57\boost\container\map.hpp(493): error C2535: 'std::pair<boost::container::container_detail::iterator<boost::intrusive::tree_iterator<boost::intrusive::bhtraits<T,boost::intrusive::rbtree_node_traits<boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,true>,normal_link,boost::intrusive::default_tag,3>,false>,false>,bool> boost::container::map<const mem_managed_type,global_ptr_state,mem_managed_type_less,my_global_allocator,boost::container::tree_assoc_defaults>::insert(const std::pair<const mem_managed_type,global_ptr_state> &)' : member function already defined or declared
  2. 1>          with
  3. 1>          [
  4. 1>              T=boost::container::container_detail::tree_node<std::pair<const mem_managed_type,global_ptr_state>,boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,red_black_tree,true>
  5. 1>          ]
  6. 1>          c:\boost\include\boost-1_57\boost\container\map.hpp(481) : see declaration of 'boost::container::map<const mem_managed_type,global_ptr_state,mem_managed_type_less,my_global_allocator,boost::container::tree_assoc_defaults>::insert'
  7. 1>          d:\dev\techmark\vm share\working codebase\fancom32\boost_troubleshoot\boost_troubleshoot.cpp(40) : see reference to class template instantiation 'boost::container::map<const mem_managed_type,global_ptr_state,mem_managed_type_less,my_global_allocator,boost::container::tree_assoc_defaults>' being compiled
  8. 1>c:\boost\include\boost-1_57\boost\container\map.hpp(526): error C2535: 'std::pair<boost::container::container_detail::iterator<boost::intrusive::tree_iterator<boost::intrusive::bhtraits<T,boost::intrusive::rbtree_node_traits<boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,true>,normal_link,boost::intrusive::default_tag,3>,false>,false>,bool> boost::container::map<const mem_managed_type,global_ptr_state,mem_managed_type_less,my_global_allocator,boost::container::tree_assoc_defaults>::insert(std::pair<const mem_managed_type,global_ptr_state> &&)' : member function already defined or declared
  9. 1>          with
  10. 1>          [
  11. 1>              T=boost::container::container_detail::tree_node<std::pair<const mem_managed_type,global_ptr_state>,boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,red_black_tree,true>
  12. 1>          ]
  13. 1>          c:\boost\include\boost-1_57\boost\container\map.hpp(503) : see declaration of 'boost::container::map<const mem_managed_type,global_ptr_state,mem_managed_type_less,my_global_allocator,boost::container::tree_assoc_defaults>::insert'
  14. 1>c:\boost\include\boost-1_57\boost\container\map.hpp(571): error C2535: 'boost::container::container_detail::iterator<boost::intrusive::tree_iterator<boost::intrusive::bhtraits<T,boost::intrusive::rbtree_node_traits<boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,true>,normal_link,boost::intrusive::default_tag,3>,false>,false> boost::container::map<const mem_managed_type,global_ptr_state,mem_managed_type_less,my_global_allocator,boost::container::tree_assoc_defaults>::insert(boost::container::container_detail::iterator<boost::intrusive::tree_iterator<boost::intrusive::bhtraits<T,boost::intrusive::rbtree_node_traits<boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,true>,normal_link,boost::intrusive::default_tag,3>,false>,true>,const std::pair<const mem_managed_type,global_ptr_state> &)' : member function already defined or declared
  15. 1>          with
  16. 1>          [
  17. 1>              T=boost::container::container_detail::tree_node<std::pair<const mem_managed_type,global_ptr_state>,boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,red_black_tree,true>
  18. 1>          ]
  19. 1>          c:\boost\include\boost-1_57\boost\container\map.hpp(537) : see declaration of 'boost::container::map<const mem_managed_type,global_ptr_state,mem_managed_type_less,my_global_allocator,boost::container::tree_assoc_defaults>::insert'
  20. 1>c:\boost\include\boost-1_57\boost\container\map.hpp(580): error C2535: 'boost::container::container_detail::iterator<boost::intrusive::tree_iterator<boost::intrusive::bhtraits<T,boost::intrusive::rbtree_node_traits<boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,true>,normal_link,boost::intrusive::default_tag,3>,false>,false> boost::container::map<const mem_managed_type,global_ptr_state,mem_managed_type_less,my_global_allocator,boost::container::tree_assoc_defaults>::insert(boost::container::container_detail::iterator<boost::intrusive::tree_iterator<boost::intrusive::bhtraits<T,boost::intrusive::rbtree_node_traits<boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,true>,normal_link,boost::intrusive::default_tag,3>,false>,true>,std::pair<const mem_managed_type,global_ptr_state> &&)' : member function already defined or declared
  21. 1>          with
  22. 1>          [
  23. 1>              T=boost::container::container_detail::tree_node<std::pair<const mem_managed_type,global_ptr_state>,boost::interprocess::offset_ptr<void,ptrdiff_t,size_t,0>,red_black_tree,true>
  24. 1>          ]
  25. 1>          c:\boost\include\boost-1_57\boost\container\map.hpp(549) : see declaration of 'boost::container::map<const mem_managed_type,global_ptr_state,mem_managed_type_less,my_global_allocator,boost::container::tree_assoc_defaults>::insert'
Advertisement
Add Comment
Please, Sign In to add comment