| 1 | n file included from test.cpp:1:
|
|---|
| 2 | In file included from /opt/local/stow/boost_1_54_0_clang/include/boost/graph/adjacency_list.hpp:45:
|
|---|
| 3 | In file included from /opt/local/stow/boost_1_54_0_clang/include/boost/graph/named_graph.hpp:23:
|
|---|
| 4 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:458:32: error: no matching function for call to 'container_category'
|
|---|
| 5 | return push_dispatch(c, v, container_category(c));
|
|---|
| 6 | ^~~~~~~~~~~~~~~~~~
|
|---|
| 7 | /opt/local/stow/boost_1_54_0_clang/include/boost/graph/detail/adjacency_list.hpp:1016:54: note: in instantiation of function template specialization
|
|---|
| 8 | 'boost::graph_detail::push<boost::unordered::unordered_set<boost::detail::stored_edge_iter<unsigned long, std::__1::__list_iterator<boost::list_edge<unsigned
|
|---|
| 9 | long, boost::no_property>, void *>, boost::no_property>, boost::hash<boost::detail::stored_edge_iter<unsigned long,
|
|---|
| 10 | std::__1::__list_iterator<boost::list_edge<unsigned long, boost::no_property>, void *>, boost::no_property> >,
|
|---|
| 11 | std::__1::equal_to<boost::detail::stored_edge_iter<unsigned long, std::__1::__list_iterator<boost::list_edge<unsigned long, boost::no_property>, void *>,
|
|---|
| 12 | boost::no_property> >, std::__1::allocator<boost::detail::stored_edge_iter<unsigned long, std::__1::__list_iterator<boost::list_edge<unsigned long,
|
|---|
| 13 | boost::no_property>, void *>, boost::no_property> > >, boost::detail::stored_edge_iter<unsigned long, std::__1::__list_iterator<boost::list_edge<unsigned long,
|
|---|
| 14 | boost::no_property>, void *>, boost::no_property> >' requested here
|
|---|
| 15 | boost::tie(i, inserted) = boost::graph_detail::push(g.out_edge_list(u),
|
|---|
| 16 | ^
|
|---|
| 17 | /opt/local/stow/boost_1_54_0_clang/include/boost/graph/detail/adjacency_list.hpp:2183:14: note: in instantiation of function template specialization
|
|---|
| 18 | 'boost::add_edge<boost::detail::adj_list_gen<boost::adjacency_list<boost::hash_setS, boost::vecS, boost::undirectedS, boost::no_property, boost::no_property,
|
|---|
| 19 | boost::no_property, boost::listS>, boost::vecS, boost::hash_setS, boost::undirectedS, boost::no_property, boost::no_property, boost::no_property,
|
|---|
| 20 | boost::listS>::config>' requested here
|
|---|
| 21 | return add_edge(u, v, p, g);
|
|---|
| 22 | ^
|
|---|
| 23 | /opt/local/stow/boost_1_54_0_clang/include/boost/graph/detail/adjacency_list.hpp:2192:14: note: in instantiation of function template specialization
|
|---|
| 24 | 'boost::add_edge<boost::adjacency_list<boost::hash_setS, boost::vecS, boost::undirectedS, boost::no_property, boost::no_property, boost::no_property,
|
|---|
| 25 | boost::listS>, boost::detail::adj_list_gen<boost::adjacency_list<boost::hash_setS, boost::vecS, boost::undirectedS, boost::no_property, boost::no_property,
|
|---|
| 26 | boost::no_property, boost::listS>, boost::vecS, boost::hash_setS, boost::undirectedS, boost::no_property, boost::no_property, boost::no_property,
|
|---|
| 27 | boost::listS>::config, boost::undirected_graph_helper<boost::detail::adj_list_gen<boost::adjacency_list<boost::hash_setS, boost::vecS, boost::undirectedS,
|
|---|
| 28 | boost::no_property, boost::no_property, boost::no_property, boost::listS>, boost::vecS, boost::hash_setS, boost::undirectedS, boost::no_property,
|
|---|
| 29 | boost::no_property, boost::no_property, boost::listS>::config> >' requested here
|
|---|
| 30 | return add_edge(u, v, p, g_);
|
|---|
| 31 | ^
|
|---|
| 32 | test.cpp:8:12: note: in instantiation of function template specialization 'boost::add_edge<boost::adjacency_list<boost::hash_setS, boost::vecS, boost::undirectedS,
|
|---|
| 33 | boost::no_property, boost::no_property, boost::no_property, boost::listS>, boost::detail::adj_list_gen<boost::adjacency_list<boost::hash_setS, boost::vecS,
|
|---|
| 34 | boost::undirectedS, boost::no_property, boost::no_property, boost::no_property, boost::listS>, boost::vecS, boost::hash_setS, boost::undirectedS,
|
|---|
| 35 | boost::no_property, boost::no_property, boost::no_property, boost::listS>::config,
|
|---|
| 36 | boost::undirected_graph_helper<boost::detail::adj_list_gen<boost::adjacency_list<boost::hash_setS, boost::vecS, boost::undirectedS, boost::no_property,
|
|---|
| 37 | boost::no_property, boost::no_property, boost::listS>, boost::vecS, boost::hash_setS, boost::undirectedS, boost::no_property, boost::no_property,
|
|---|
| 38 | boost::no_property, boost::listS>::config> >' requested here
|
|---|
| 39 | boost::add_edge(1, 2, G);
|
|---|
| 40 | ^
|
|---|
| 41 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:108:14: note: candidate template ignored: could not match 'vector' against
|
|---|
| 42 | 'unordered_set'
|
|---|
| 43 | vector_tag container_category(const std::vector<T,Alloc>&)
|
|---|
| 44 | ^
|
|---|
| 45 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:132:12: note: candidate template ignored: could not match 'list' against 'unordered_set'
|
|---|
| 46 | list_tag container_category(const std::list<T,Alloc>&)
|
|---|
| 47 | ^
|
|---|
| 48 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:178:11: note: candidate template ignored: could not match 'set' against 'unordered_set'
|
|---|
| 49 | set_tag container_category(const std::set<Key,Cmp,Alloc>&)
|
|---|
| 50 | ^
|
|---|
| 51 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:201:16: note: candidate template ignored: could not match 'multiset' against
|
|---|
| 52 | 'unordered_set'
|
|---|
| 53 | multiset_tag container_category(const std::multiset<Key,Cmp,Alloc>&)
|
|---|
| 54 | ^
|
|---|
| 55 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:234:11: note: candidate template ignored: could not match 'map' against 'unordered_set'
|
|---|
| 56 | map_tag container_category(const std::map<Key,T,Cmp,Alloc>&)
|
|---|
| 57 | ^
|
|---|
| 58 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:257:16: note: candidate template ignored: could not match 'multimap' against
|
|---|
| 59 | 'unordered_set'
|
|---|
| 60 | multimap_tag container_category(const std::multimap<Key,T,Cmp,Alloc>&)
|
|---|
| 61 | ^
|
|---|
| 62 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:514:26: error: no matching function for call to 'container_category'
|
|---|
| 63 | graph_detail::container_category(c));
|
|---|
| 64 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|---|
| 65 | /opt/local/stow/boost_1_54_0_clang/include/boost/graph/detail/adjacency_list.hpp:1591:9: note: in instantiation of function template specialization
|
|---|
| 66 | 'boost::graph_detail::find<boost::unordered::unordered_set<boost::detail::stored_edge_iter<unsigned long, std::__1::__list_iterator<boost::list_edge<unsigned
|
|---|
| 67 | long, boost::no_property>, void *>, boost::no_property>, boost::hash<boost::detail::stored_edge_iter<unsigned long,
|
|---|
| 68 | std::__1::__list_iterator<boost::list_edge<unsigned long, boost::no_property>, void *>, boost::no_property> >,
|
|---|
| 69 | std::__1::equal_to<boost::detail::stored_edge_iter<unsigned long, std::__1::__list_iterator<boost::list_edge<unsigned long, boost::no_property>, void *>,
|
|---|
| 70 | boost::no_property> >, std::__1::allocator<boost::detail::stored_edge_iter<unsigned long, std::__1::__list_iterator<boost::list_edge<unsigned long,
|
|---|
| 71 | boost::no_property>, void *>, boost::no_property> > >, boost::detail::stored_edge_iter<unsigned long, std::__1::__list_iterator<boost::list_edge<unsigned long,
|
|---|
| 72 | boost::no_property>, void *>, boost::no_property> >' requested here
|
|---|
| 73 | find(el, StoredEdge(v));
|
|---|
| 74 | ^
|
|---|
| 75 | test.cpp:13:35: note: in instantiation of function template specialization 'boost::edge<boost::detail::adj_list_gen<boost::adjacency_list<boost::hash_setS,
|
|---|
| 76 | boost::vecS, boost::undirectedS, boost::no_property, boost::no_property, boost::no_property, boost::listS>, boost::vecS, boost::hash_setS, boost::undirectedS,
|
|---|
| 77 | boost::no_property, boost::no_property, boost::no_property, boost::listS>::config,
|
|---|
| 78 | boost::undirected_graph_helper<boost::detail::adj_list_gen<boost::adjacency_list<boost::hash_setS, boost::vecS, boost::undirectedS, boost::no_property,
|
|---|
| 79 | boost::no_property, boost::no_property, boost::listS>, boost::vecS, boost::hash_setS, boost::undirectedS, boost::no_property, boost::no_property,
|
|---|
| 80 | boost::no_property, boost::listS>::config> >' requested here
|
|---|
| 81 | std::tie(e, hasEdge) = boost::edge(1, 2, G);
|
|---|
| 82 | ^
|
|---|
| 83 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:108:14: note: candidate template ignored: could not match 'vector' against
|
|---|
| 84 | 'unordered_set'
|
|---|
| 85 | vector_tag container_category(const std::vector<T,Alloc>&)
|
|---|
| 86 | ^
|
|---|
| 87 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:132:12: note: candidate template ignored: could not match 'list' against 'unordered_set'
|
|---|
| 88 | list_tag container_category(const std::list<T,Alloc>&)
|
|---|
| 89 | ^
|
|---|
| 90 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:178:11: note: candidate template ignored: could not match 'set' against 'unordered_set'
|
|---|
| 91 | set_tag container_category(const std::set<Key,Cmp,Alloc>&)
|
|---|
| 92 | ^
|
|---|
| 93 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:201:16: note: candidate template ignored: could not match 'multiset' against
|
|---|
| 94 | 'unordered_set'
|
|---|
| 95 | multiset_tag container_category(const std::multiset<Key,Cmp,Alloc>&)
|
|---|
| 96 | ^
|
|---|
| 97 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:234:11: note: candidate template ignored: could not match 'map' against 'unordered_set'
|
|---|
| 98 | map_tag container_category(const std::map<Key,T,Cmp,Alloc>&)
|
|---|
| 99 | ^
|
|---|
| 100 | /opt/local/stow/boost_1_54_0_clang/include/boost/pending/container_traits.hpp:257:16: note: candidate template ignored: could not match 'multimap' against
|
|---|
| 101 | 'unordered_set'
|
|---|
| 102 | multimap_tag container_category(const std::multimap<Key,T,Cmp,Alloc>&)
|
|---|
| 103 | ^
|
|---|
| 104 | 2 errors generated.
|
|---|