Advertisement
Guest User

Boost graph 1.51 - clang version 3.0-6ubuntu3 (LLVM 3.0)

a guest
Sep 12th, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 21.49 KB | None | 0 0
  1. In file included from libraries/tuttle/src/tuttle/host/Graph.cpp:1:
  2. In file included from libraries/tuttle/src/tuttle/host/Graph.hpp:6:
  3. In file included from libraries/tuttle/src/tuttle/host/Core.hpp:7:
  4. In file included from libraries/tuttle/src/tuttle/host/HostDescriptor.hpp:4:
  5. libraries/tuttle/src/tuttle/host/ofx/OfxhImageEffectHost.hpp:93:15: warning: 'tuttle::host::ofx::imageEffect::OfxhImageEffectHost::initDescriptor' hides overloaded virtual function [-Woverloaded-virtual]
  6.         virtual void initDescriptor( OfxhImageEffectNodeDescriptor& desc ) const;
  7.                      ^
  8. libraries/tuttle/src/tuttle/host/ofx/OfxhHost.hpp:87:15: note: hidden overloaded virtual function 'tuttle::host::ofx::OfxhHost::initDescriptor' declared here
  9.         virtual void initDescriptor( attribute::OfxhParamDescriptor& ) const {}
  10.                      ^
  11. In file included from libraries/tuttle/src/tuttle/host/Graph.cpp:1:
  12. In file included from libraries/tuttle/src/tuttle/host/Graph.hpp:12:
  13. In file included from libraries/tuttle/src/tuttle/host/graph/InternalGraph.hpp:7:
  14. In file included from /home/fab/dev/extern/boost_1_51_0/boost/graph/adjacency_list.hpp:245:
  15. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2540:57: error: no type named 'type' in 'boost::property_value<tuttle::host::graph::UVertex, std::basic_string<char>
  16.      tuttle::host::graph::IVertex::*>'
  17.         typedef typename property_value<Property, Tag>::type value_type;
  18.                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~
  19. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2593:9: note: in instantiation of template class 'boost::vec_adj_list_any_vertex_pa::bind_<std::basic_string<char>
  20.      tuttle::host::graph::IVertex::*, boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>,
  21.      tuttle::host::graph::UVertex>' requested here
  22.       : vec_adj_list_choose_vertex_pa_helper<Tag>::type::template bind_<Tag,Graph,Property>
  23.         ^
  24. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2718:19: note: in instantiation of template class 'boost::detail::vec_adj_list_choose_vertex_pa<std::basic_string<char>
  25.      tuttle::host::graph::IVertex::*, boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>,
  26.      tuttle::host::graph::UVertex>' requested here
  27.     struct bind_: detail::vec_adj_list_choose_vertex_pa<Tag,Graph,Property> {};
  28.                   ^
  29. /home/fab/dev/extern/boost_1_51_0/boost/graph/properties.hpp:218:9: note: in instantiation of template class 'boost::vec_adj_list_vertex_property_selector::bind_<boost::adjacency_list<boost::setS, boost::vecS,
  30.      boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, tuttle::host::graph::UVertex, std::basic_string<char> tuttle::host::graph::IVertex::*>'
  31.       requested here
  32.       : vertex_property_selector<
  33.         ^
  34. /home/fab/dev/extern/boost_1_51_0/boost/graph/properties.hpp:229:5: note: in instantiation of template class 'boost::detail::vertex_property_map<boost::adjacency_list<boost::setS, boost::vecS,
  35.      boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, std::basic_string<char> tuttle::host::graph::IVertex::*>' requested here
  36.     mpl::if_<
  37.     ^
  38. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1681:21: note: in instantiation of template class 'boost::property_map<boost::adjacency_list<boost::setS, boost::vecS,
  39.      boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, std::basic_string<char> tuttle::host::graph::IVertex::*>' requested here
  40.     typename boost::property_map<typename Config::graph_type, Property>::type
  41.                     ^
  42. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1682:5: note: while substituting deduced template arguments into function template 'get' [with Config =
  43.       boost::detail::adj_list_gen<boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, boost::vecS,
  44.       boost::setS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>::config, Base = , Property = ]
  45.     get(Property p, adj_list_helper<Config, Base>& g) {
  46.     ^
  47. libraries/tuttle/src/tuttle/host/graph/InternalGraph.tcc:115:2: note: in instantiation of function template specialization 'tuttle::host::graph::exportSimple<tuttle::host::graph::UVertex,
  48.      tuttle::host::graph::UEdge, boost::setS, boost::vecS, boost::listS>' requested here
  49.         exportSimple<Vertex, Edge>( os, g );
  50.         ^
  51. libraries/tuttle/src/tuttle/host/Graph.cpp:328:20: note: in instantiation of function template specialization 'tuttle::host::graph::operator<<<tuttle::host::graph::UVertex, tuttle::host::graph::UEdge>' requested
  52.       here
  53.                           << g.getGraph();
  54.                           ^
  55. In file included from libraries/tuttle/src/tuttle/host/Graph.cpp:1:
  56. In file included from libraries/tuttle/src/tuttle/host/Graph.hpp:12:
  57. In file included from libraries/tuttle/src/tuttle/host/graph/InternalGraph.hpp:459:
  58. In file included from libraries/tuttle/src/tuttle/host/graph/InternalGraph.tcc:1:
  59. In file included from libraries/tuttle/src/tuttle/host/graph/GraphExporter.hpp:66:
  60. libraries/tuttle/src/tuttle/host/graph/GraphExporter.tcc:79:50: error: no matching function for call to 'get'
  61.                                make_simple_node_writer( get( &Vertex::_name, g.getGraph() ) ),
  62.                                                         ^~~
  63. libraries/tuttle/src/tuttle/host/graph/InternalGraph.tcc:115:2: note: in instantiation of function template specialization 'tuttle::host::graph::exportSimple<tuttle::host::graph::UVertex,
  64.      tuttle::host::graph::UEdge, boost::setS, boost::vecS, boost::listS>' requested here
  65.         exportSimple<Vertex, Edge>( os, g );
  66.         ^
  67. libraries/tuttle/src/tuttle/host/Graph.cpp:328:20: note: in instantiation of function template specialization 'tuttle::host::graph::operator<<<tuttle::host::graph::UVertex, tuttle::host::graph::UEdge>' requested
  68.       here
  69.                           << g.getGraph();
  70.                           ^
  71. /home/fab/dev/extern/boost_1_51_0/boost/property_map/property_map.hpp:179:19: note: candidate template ignored: failed template argument deduction
  72.   inline const T& get(const T* pa, std::ptrdiff_t k) { return pa[k]; }
  73.                   ^
  74. /home/fab/dev/extern/boost_1_51_0/boost/property_map/property_map.hpp:215:3: note: candidate template ignored: failed template argument deduction
  75.   get(const readable_property_map_archetype<K,V>&,
  76.   ^
  77. /home/fab/dev/extern/boost_1_51_0/boost/property_map/property_map.hpp:352:3: note: candidate template ignored: failed template argument deduction
  78.   get(const put_get_helper<Reference, PropertyMap>& pa, const K& k)
  79.   ^
  80. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:329:3: note: candidate template ignored: failed template argument deduction
  81.   get(Tag property_tag,
  82.   ^
  83. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:337:3: note: candidate template ignored: failed template argument deduction
  84.   get(Tag property_tag,
  85.   ^
  86. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:345:3: note: candidate template ignored: failed template argument deduction
  87.   get(Tag property_tag,
  88.   ^
  89. /home/fab/dev/extern/boost_1_51_0/boost/graph/two_bit_color_map.hpp:67:1: note: candidate template ignored: failed template argument deduction
  90. get(const two_bit_color_map<IndexMap>& pm,
  91. ^
  92. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:385:1: note: candidate template ignored: failed template argument deduction
  93. get(Property p, reverse_graph<BidirGraph,GRef>& g)
  94. ^
  95. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:394:1: note: candidate template ignored: failed template argument deduction
  96. get(Property p, const reverse_graph<BidirGraph,GRef>& g)
  97. ^
  98. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:966:1: note: candidate template ignored: failed template argument deduction
  99. get(Property p, subgraph<G>& g) {
  100. ^
  101. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:973:1: note: candidate template ignored: failed template argument deduction
  102. get(Property p, const subgraph<G>& g) {
  103. ^
  104. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1001:1: note: candidate template ignored: failed template argument deduction
  105. get(global_property<Property> p, subgraph<G>& g) {
  106. ^
  107. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1010:1: note: candidate template ignored: failed template argument deduction
  108. get(global_property<Property> p, const subgraph<G>& g) {
  109. ^
  110. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1023:1: note: candidate template ignored: failed template argument deduction
  111. get(local_property<Property> p, subgraph<G>& g) {
  112. ^
  113. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1032:1: note: candidate template ignored: failed template argument deduction
  114. get(local_property<Property> p, const subgraph<G>& g) {
  115. ^
  116. /home/fab/dev/extern/boost_1_51_0/boost/graph/filtered_graph.hpp:457:3: note: candidate template ignored: failed template argument deduction
  117.   get(Property p, filtered_graph<G, EP, VP>& g)
  118.   ^
  119. /home/fab/dev/extern/boost_1_51_0/boost/graph/filtered_graph.hpp:464:3: note: candidate template ignored: failed template argument deduction
  120.   get(Property p, const filtered_graph<G, EP, VP>& g)
  121.   ^
  122. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1335:1: note: candidate template ignored: failed template argument deduction
  123. get(Tag tag, BOOST_CSR_GRAPH_TYPE& g) {
  124. ^
  125. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1341:1: note: candidate template ignored: failed template argument deduction
  126. get(Tag tag, const BOOST_CSR_GRAPH_TYPE& g) {
  127. ^
  128. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1409:1: note: candidate template ignored: failed template argument deduction
  129. get(vertex_index_t, const BOOST_CSR_GRAPH_TYPE&)
  130. ^
  131. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1424:1: note: candidate template ignored: failed template argument deduction
  132. get(vertex_index_t, BOOST_CSR_GRAPH_TYPE&)
  133. ^
  134. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1439:1: note: candidate template ignored: failed template argument deduction
  135. get(edge_index_t, const BOOST_CSR_GRAPH_TYPE&)
  136. ^
  137. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1456:1: note: candidate template ignored: failed template argument deduction
  138. get(edge_index_t, BOOST_CSR_GRAPH_TYPE&)
  139. ^
  140. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1473:1: note: candidate template ignored: failed template argument deduction
  141. get(vertex_all_t, BOOST_CSR_GRAPH_TYPE& g)
  142. ^
  143. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1480:1: note: candidate template ignored: failed template argument deduction
  144. get(vertex_all_t, const BOOST_CSR_GRAPH_TYPE& g)
  145. ^
  146. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1513:1: note: candidate template ignored: failed template argument deduction
  147. get(edge_all_t, BOOST_CSR_GRAPH_TYPE& g)
  148. ^
  149. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1520:1: note: candidate template ignored: failed template argument deduction
  150. get(edge_all_t, const BOOST_CSR_GRAPH_TYPE& g)
  151. ^
  152. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1555:1: note: candidate template ignored: failed template argument deduction
  153. get(graph_all_t, BOOST_CSR_GRAPH_TYPE& g)
  154. ^
  155. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1562:1: note: candidate template ignored: failed template argument deduction
  156. get(graph_all_t, const BOOST_CSR_GRAPH_TYPE& g)
  157. ^
  158. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1682:5: note: candidate template ignored: substitution failure [with Config = boost::detail::adj_list_gen<boost::adjacency_list<boost::setS,
  159.       boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, boost::vecS, boost::setS, boost::bidirectionalS,
  160.       tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>::config, Base =
  161.       boost::bidirectional_graph_helper_with_property<boost::detail::adj_list_gen<boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge,
  162.       boost::no_property, boost::listS>, boost::vecS, boost::setS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>::config>, Property =
  163.       std::basic_string<char> tuttle::host::graph::IVertex::*]
  164.     get(Property p, adj_list_helper<Config, Base>& g) {
  165.     ^
  166. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1690:5: note: candidate template ignored: substitution failure [with Config = boost::detail::adj_list_gen<boost::adjacency_list<boost::setS,
  167.       boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, boost::vecS, boost::setS, boost::bidirectionalS,
  168.       tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>::config, Base =
  169.       boost::bidirectional_graph_helper_with_property<boost::detail::adj_list_gen<boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge,
  170.       boost::no_property, boost::listS>, boost::vecS, boost::setS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>::config>, Property =
  171.       std::basic_string<char> tuttle::host::graph::IVertex::*]
  172.     get(Property p, const adj_list_helper<Config, Base>& g) {
  173.     ^
  174. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:462:1: note: candidate template ignored: substitution failure [with G = const boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS,
  175.       tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>]
  176. get(edge_underlying_t,
  177. ^
  178. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:479:1: note: candidate template ignored: substitution failure [with G = boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS,
  179.       tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>]
  180. get(edge_underlying_t,
  181. ^
  182. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:687:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  183. get ( optional<T>& opt )
  184. ^
  185. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:487:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  186. get(edge_underlying_t,
  187. ^
  188. /home/fab/dev/extern/boost_1_51_0/boost/tuple/detail/tuple_basic.hpp:211:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  189. get(cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
  190. ^
  191. /home/fab/dev/extern/boost_1_51_0/boost/tuple/detail/tuple_basic.hpp:225:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  192. get(const cons<HT, TT>& c BOOST_APPEND_EXPLICIT_TEMPLATE_NON_TYPE(int, N)) {
  193. ^
  194. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:747:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  195. get(
  196. ^
  197. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:771:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  198. get(
  199. ^
  200. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:816:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  201. get(
  202. ^
  203. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:836:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  204. get(
  205. ^
  206. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:679:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  207. get ( optional<T> const& opt )
  208. ^
  209. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1701:5: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  210.     get(Property p, adj_list_helper<Config, Base>& g, const Key& key) {
  211.     ^
  212. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1711:5: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  213.     get(Property p, const adj_list_helper<Config, Base>& g, const Key& key) {
  214.     ^
  215. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:406:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  216. get(Property p, const reverse_graph<BidirectionalGraph,GRef>& g, const Key& k)
  217. ^
  218. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:470:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  219. get(edge_underlying_t,
  220. ^
  221. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:982:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  222. get(Property p, const subgraph<G>& g, const Key& k) {
  223. ^
  224. /home/fab/dev/extern/boost_1_51_0/boost/property_map/dynamic_property_map.hpp:296:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  225. get(const std::string& name, const dynamic_properties& dp, const Key& key)
  226. ^
  227. /home/fab/dev/extern/boost_1_51_0/boost/property_map/dynamic_property_map.hpp:310:1: note: candidate function template not viable: requires 4 arguments, but 2 were provided
  228. get(const std::string& name, const dynamic_properties& dp, const Key& key, type<Value>)
  229. ^
  230. /home/fab/dev/extern/boost_1_51_0/boost/property_map/dynamic_property_map.hpp:323:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  231. get(const std::string& name, const dynamic_properties& dp, const Key& key)
  232. ^
  233. /home/fab/dev/extern/boost_1_51_0/boost/graph/filtered_graph.hpp:472:3: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  234.   get(Property p, const filtered_graph<G, EP, VP>& g, const Key& k)
  235.   ^
  236. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1347:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  237. get(Tag tag, BOOST_CSR_GRAPH_TYPE& g, typename property_map<BOOST_CSR_GRAPH_TYPE, Tag>::key_type k) {
  238. ^
  239. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1355:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  240. get(Tag tag, const BOOST_CSR_GRAPH_TYPE& g, typename property_map<BOOST_CSR_GRAPH_TYPE, Tag>::key_type k) {
  241. ^
  242. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1448:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  243. get(edge_index_t, const BOOST_CSR_GRAPH_TYPE&,
  244. ^
  245. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1465:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  246. get(edge_index_t, BOOST_CSR_GRAPH_TYPE&,
  247. ^
  248. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:705:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  249. get ( optional<T>* opt )
  250. ^
  251. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1431:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  252. get(vertex_index_t,
  253. ^
  254. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1487:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  255. get(vertex_all_t,
  256. ^
  257. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1495:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  258. get(vertex_all_t,
  259. ^
  260. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1569:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  261. get(graph_all_t,
  262. ^
  263. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:697:1: note: candidate function template not viable: requires 1 argument, but 2 were provided
  264. get ( optional<T> const* opt )
  265. ^
  266. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1416:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  267. get(vertex_index_t,
  268. ^
  269. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1527:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  270. get(edge_all_t,
  271. ^
  272. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1536:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  273. get(edge_all_t,
  274. ^
  275. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1578:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
  276. get(graph_all_t,
  277. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement