Advertisement
Guest User

Boost graph 1.51 - g++ 4.6.3

a guest
Sep 12th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 56.79 KB | None | 0 0
  1. In file included from /home/fab/dev/extern/boost_1_51_0/boost/graph/adjacency_list.hpp:245:0,
  2.                  from libraries/tuttle/src/tuttle/host/graph/InternalGraph.hpp:7,
  3.                  from libraries/tuttle/src/tuttle/host/Graph.hpp:12,
  4.                  from libraries/tuttle/src/tuttle/host/Graph.cpp:1:
  5. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp: In instantiation of 'boost::vec_adj_list_any_vertex_pa::bind_<std::basic_string<char> 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>, tuttle::host::graph::UVertex>':
  6. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2592:12:   instantiated from 'boost::detail::vec_adj_list_choose_vertex_pa<std::basic_string<char> 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>, tuttle::host::graph::UVertex>'
  7. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2718:12:   instantiated from 'boost::vec_adj_list_vertex_property_selector::bind_<boost::adjacency_list<boost::setS, boost::vecS, 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::*>'
  8. /home/fab/dev/extern/boost_1_51_0/boost/graph/properties.hpp:217:12:   instantiated from 'boost::detail::vertex_property_map<boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, std::basic_string<char> tuttle::host::graph::IVertex::*>'
  9. /home/fab/dev/extern/boost_1_51_0/boost/graph/properties.hpp:228:10:   instantiated from 'boost::property_map<boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, std::basic_string<char> tuttle::host::graph::IVertex::*>'
  10. libraries/tuttle/src/tuttle/host/graph/GraphExporter.tcc:78:2:   instantiated from 'void tuttle::host::graph::exportSimple(std::ostream&, const tuttle::host::graph::InternalGraph<Vertex, ProcessEdge, OutEdgeList, VertexList, EdgeList>&) [with Vertex = tuttle::host::graph::UVertex, ProcessEdge = tuttle::host::graph::UEdge, OutEdgeList = boost::setS, VertexList = boost::vecS, EdgeList = boost::listS, std::ostream = std::basic_ostream<char>]'
  11. libraries/tuttle/src/tuttle/host/graph/InternalGraph.tcc:115:2:   instantiated from 'std::ostream& tuttle::host::graph::operator<<(std::ostream&, const tuttle::host::graph::InternalGraph<Vertex, Edge>&) [with Vertex = tuttle::host::graph::UVertex, Edge = tuttle::host::graph::UEdge, std::ostream = std::basic_ostream<char>]'
  12. libraries/tuttle/src/tuttle/host/Graph.cpp:328:34:   instantiated from here
  13. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2540:62: error: no type named 'type' in 'struct boost::property_value<tuttle::host::graph::UVertex, std::basic_string<char> tuttle::host::graph::IVertex::*>'
  14. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2545:55: error: no type named 'type' in 'struct boost::property_value<tuttle::host::graph::UVertex, std::basic_string<char> tuttle::host::graph::IVertex::*>'
  15. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2547:67: error: no type named 'type' in 'struct boost::property_value<tuttle::host::graph::UVertex, std::basic_string<char> tuttle::host::graph::IVertex::*>'
  16. In file included from libraries/tuttle/src/tuttle/host/graph/GraphExporter.hpp:66:0,
  17.                  from libraries/tuttle/src/tuttle/host/graph/InternalGraph.tcc:1,
  18.                  from libraries/tuttle/src/tuttle/host/graph/InternalGraph.hpp:459,
  19.                  from libraries/tuttle/src/tuttle/host/Graph.hpp:12,
  20.                  from libraries/tuttle/src/tuttle/host/Graph.cpp:1:
  21. libraries/tuttle/src/tuttle/host/graph/GraphExporter.tcc: In function 'void tuttle::host::graph::exportSimple(std::ostream&, const tuttle::host::graph::InternalGraph<Vertex, ProcessEdge, OutEdgeList, VertexList, EdgeList>&) [with Vertex = tuttle::host::graph::UVertex, ProcessEdge = tuttle::host::graph::UEdge, OutEdgeList = boost::setS, VertexList = boost::vecS, EdgeList = boost::listS, std::ostream = std::basic_ostream<char>]':
  22. libraries/tuttle/src/tuttle/host/graph/InternalGraph.tcc:115:2:   instantiated from 'std::ostream& tuttle::host::graph::operator<<(std::ostream&, const tuttle::host::graph::InternalGraph<Vertex, Edge>&) [with Vertex = tuttle::host::graph::UVertex, Edge = tuttle::host::graph::UEdge, std::ostream = std::basic_ostream<char>]'
  23. libraries/tuttle/src/tuttle/host/Graph.cpp:328:34:   instantiated from here
  24. libraries/tuttle/src/tuttle/host/graph/GraphExporter.tcc:78:2: error: no matching function for call to 'get(std::string tuttle::host::graph::IVertex::*, const GraphContainer&)'
  25. libraries/tuttle/src/tuttle/host/graph/GraphExporter.tcc:78:2: note: candidates are:
  26. /home/fab/dev/extern/boost_1_51_0/boost/property_map/property_map.hpp:179:19: note: template<class T> const T& get(const T*, std::ptrdiff_t)
  27. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1578:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> const GraphProperty& boost::get(boost::graph_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>*)
  28. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1569:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> GraphProperty& boost::get(boost::graph_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>*)
  29. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1562:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::graph_all_t>::const_type boost::get(boost::graph_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  30. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1555:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::graph_all_t>::type boost::get(boost::graph_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  31. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1536:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> const EdgeProperty& boost::get(boost::edge_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, const typename boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>::edge_descriptor&)
  32. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1527:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> EdgeProperty& boost::get(boost::edge_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, const typename boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>::edge_descriptor&)
  33. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1520:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::edge_all_t>::const_type boost::get(boost::edge_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  34. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1513:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::edge_all_t>::type boost::get(boost::edge_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  35. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1495:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> const VertexProperty& boost::get(boost::vertex_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, Vertex)
  36. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1487:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> VertexProperty& boost::get(boost::vertex_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, Vertex)
  37. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1480:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::vertex_all_t>::const_type boost::get(boost::vertex_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  38. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1473:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::vertex_all_t>::type boost::get(boost::vertex_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  39. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1465:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> EdgeIndex boost::get(boost::edge_index_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, typename boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>::edge_descriptor)
  40. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1456:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::edge_index_t>::const_type boost::get(boost::edge_index_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  41. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1448:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> EdgeIndex boost::get(boost::edge_index_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, typename boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>::edge_descriptor)
  42. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1439:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::edge_index_t>::const_type boost::get(boost::edge_index_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  43. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1431:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> Vertex boost::get(boost::vertex_index_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, Vertex)
  44. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1424:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> boost::typed_identity_property_map<Vertex> boost::get(boost::vertex_index_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  45. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1416:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> Vertex boost::get(boost::vertex_index_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, Vertex)
  46. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1409:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> boost::typed_identity_property_map<Vertex> boost::get(boost::vertex_index_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  47. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1355:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex, class Tag> typename boost::property_traits<typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::const_type>::reference boost::get(Tag, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::key_type)
  48. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1347:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex, class Tag> typename boost::property_traits<typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::type>::reference boost::get(Tag, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::key_type)
  49. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1341:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex, class Tag> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::const_type boost::get(Tag, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  50. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1335:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex, class Tag> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::type boost::get(Tag, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  51. /home/fab/dev/extern/boost_1_51_0/boost/graph/filtered_graph.hpp:472:3: note: template<class G, class EP, class VP, class Property, class Key> typename boost::property_map_value<G, Property>::type boost::get(Property, const boost::filtered_graph<G, EP, VP>&, const Key&)
  52. /home/fab/dev/extern/boost_1_51_0/boost/graph/filtered_graph.hpp:464:3: note: template<class G, class EP, class VP, class Property> typename boost::property_map<G, Property>::const_type boost::get(Property, const boost::filtered_graph<G, EP, VP>&)
  53. /home/fab/dev/extern/boost_1_51_0/boost/graph/filtered_graph.hpp:457:3: note: template<class G, class EP, class VP, class Property> typename boost::property_map<G, Property>::type boost::get(Property, boost::filtered_graph<G, EP, VP>&)
  54. /home/fab/dev/extern/boost_1_51_0/boost/property_map/dynamic_property_map.hpp:323:1: note: template<class Key> std::string boost::get(const string&, const boost::dynamic_properties&, const Key&)
  55. /home/fab/dev/extern/boost_1_51_0/boost/property_map/dynamic_property_map.hpp:310:1: note: template<class Value, class Key> Value boost::get(const string&, const boost::dynamic_properties&, const Key&, boost::type<Value>)
  56. /home/fab/dev/extern/boost_1_51_0/boost/property_map/dynamic_property_map.hpp:296:1: note: template<class Value, class Key> Value boost::get(const string&, const boost::dynamic_properties&, const Key&)
  57. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1032:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, boost::local_property<Property> >::const_type boost::get(boost::local_property<Property>, const boost::subgraph<G>&)
  58. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1023:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, boost::local_property<Property> >::type boost::get(boost::local_property<Property>, boost::subgraph<G>&)
  59. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1010:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, boost::global_property<Property> >::const_type boost::get(boost::global_property<Property>, const boost::subgraph<G>&)
  60. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1001:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, boost::global_property<Property> >::type boost::get(boost::global_property<Property>, boost::subgraph<G>&)
  61. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:982:1: note: template<class G, class Property, class Key> typename boost::property_traits<typename boost::property_map<boost::subgraph<G>, Property>::const_type>::value_type boost::get(Property, const boost::subgraph<G>&, const Key&)
  62. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:973:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, Property>::const_type boost::get(Property, const boost::subgraph<G>&)
  63. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:966:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, Property>::type boost::get(Property, boost::subgraph<G>&)
  64. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:487:1: note: template<class G> typename boost::enable_if<boost::is_reverse_graph<G>, typename boost::graph_traits<typename G::base_type>::edge_descriptor>::type boost::get(boost::edge_underlying_t, const G&, const typename boost::graph_traits<Graph>::edge_descriptor&)
  65. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:479:1: note: template<class G> typename boost::enable_if<boost::is_reverse_graph<G>, boost::detail::underlying_edge_desc_map_type<typename boost::graph_traits<typename G::base_type>::edge_descriptor> >::type boost::get(boost::edge_underlying_t, const G&)
  66. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:470:1: note: template<class G> typename boost::enable_if<boost::is_reverse_graph<G>, typename boost::graph_traits<typename G::base_type>::edge_descriptor>::type boost::get(boost::edge_underlying_t, G&, const typename boost::graph_traits<Graph>::edge_descriptor&)
  67. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:462:1: note: template<class G> typename boost::enable_if<boost::is_reverse_graph<G>, boost::detail::underlying_edge_desc_map_type<typename boost::graph_traits<typename G::base_type>::edge_descriptor> >::type boost::get(boost::edge_underlying_t, G&)
  68. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:406:1: note: template<class BidirectionalGraph, class GRef, class Property, class Key> typename boost::disable_if<boost::is_same<Property, boost::edge_underlying_t>, typename boost::property_traits<typename boost::property_map<boost::reverse_graph<BidirectionalGraph, GRef>, Property>::const_type>::value_type>::type boost::get(Property, const boost::reverse_graph<BidirectionalGraph, GRef>&, const Key&)
  69. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:394:1: note: template<class BidirGraph, class GRef, class Property> typename boost::disable_if<boost::is_same<Property, boost::edge_underlying_t>, typename boost::property_map<boost::reverse_graph<BidirGraph, GRef>, Property>::const_type>::type boost::get(Property, const boost::reverse_graph<BidirGraph, GRef>&)
  70. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:385:1: note: template<class BidirGraph, class GRef, class Property> typename boost::disable_if<boost::is_same<Property, boost::edge_underlying_t>, typename boost::property_map<boost::reverse_graph<BidirGraph, GRef>, Property>::type>::type boost::get(Property, boost::reverse_graph<BidirGraph, GRef>&)
  71. /home/fab/dev/extern/boost_1_51_0/boost/graph/two_bit_color_map.hpp:67:1: note: template<class IndexMap> boost::two_bit_color_type boost::get(const boost::two_bit_color_map<IndexMap>&, typename boost::property_traits<PropMap>::key_type)
  72. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1711:5: note: template<class Config, class Base, class Property, class Key> typename boost::property_traits<typename boost::property_map<typename Config::graph_type, Property>::const_type>::reference boost::get(Property, const boost::adj_list_helper<Config, Base>&, const Key&)
  73. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1701:5: note: template<class Config, class Base, class Property, class Key> typename boost::property_traits<typename boost::property_map<typename Config::graph_type, Property>::type>::reference boost::get(Property, boost::adj_list_helper<Config, Base>&, const Key&)
  74. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1690:5: note: template<class Config, class Base, class Property> typename boost::property_map<typename Config::graph_type, Property>::const_type boost::get(Property, const boost::adj_list_helper<Config, Base>&)
  75. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1682:5: note: template<class Config, class Base, class Property> typename boost::property_map<typename Config::graph_type, Property>::type boost::get(Property, boost::adj_list_helper<Config, Base>&)
  76. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:345:3: note: template<class Tag, class Vertex, class EdgeVec, class Property> const typename boost::property_value<Property, Tag>::type& boost::get(Tag, const boost::detail::stored_ra_edge_iter<Vertex, EdgeVec, Property>&)
  77. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:337:3: note: template<class Tag, class Vertex, class Iter, class Property> const typename boost::property_value<Property, Tag>::type& boost::get(Tag, const boost::detail::stored_edge_iter<Vertex, Iter, Property>&)
  78. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:329:3: note: template<class Tag, class Vertex, class Property> const typename boost::property_value<Property, Tag>::type& boost::get(Tag, const boost::detail::stored_edge_property<Vertex, Property>&)
  79. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:705:1: note: template<class T> typename boost::optional::pointer_type boost::get(boost::optional<T>*)
  80. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:697:1: note: template<class T> typename boost::optional::pointer_const_type boost::get(const boost::optional<T>*)
  81. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:687:1: note: template<class T> typename boost::optional::reference_type boost::get(boost::optional<T>&)
  82. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:679:1: note: template<class T> typename boost::optional::reference_const_type boost::get(const boost::optional<T>&)
  83. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:747:1: note: template<int N, class Value, class IndexSpecifierList, class Allocator> typename boost::multi_index::nth_index<boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>, N>::type& boost::multi_index::get(boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>&)
  84. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:771:1: note: template<int N, class Value, class IndexSpecifierList, class Allocator> const typename boost::multi_index::nth_index<boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>, N>::type& boost::multi_index::get(const boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>&)
  85. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:816:1: note: template<class Tag, class Value, class IndexSpecifierList, class Allocator> typename boost::multi_index::index<boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>, Tag>::type& boost::multi_index::get(boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>&)
  86. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:836:1: note: template<class Tag, class Value, class IndexSpecifierList, class Allocator> const typename boost::multi_index::index<boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>, Tag>::type& boost::multi_index::get(const boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>&)
  87. /home/fab/dev/extern/boost_1_51_0/boost/property_map/property_map.hpp:352:3: note: template<class PropertyMap, class Reference, class K> Reference boost::get(const boost::put_get_helper<Reference, PropertyMap>&, const K&)
  88. /home/fab/dev/extern/boost_1_51_0/boost/property_map/property_map.hpp:215:3: note: template<class K, class V> const typename boost::readable_property_map_archetype::reference& boost::get(const boost::readable_property_map_archetype<K, V>&, const typename boost::readable_property_map_archetype<K, V>::key_type&)
  89. /home/fab/dev/extern/boost_1_51_0/boost/tuple/detail/tuple_basic.hpp:211:1: note: template<int N, class HT, class TT> typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::non_const_type boost::tuples::get(boost::tuples::cons<HT, TT>&)
  90. /home/fab/dev/extern/boost_1_51_0/boost/tuple/detail/tuple_basic.hpp:225:1: note: template<int N, class HT, class TT> typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)
  91. In file included from /home/fab/dev/extern/boost_1_51_0/boost/graph/adjacency_list.hpp:245:0,
  92.                  from libraries/tuttle/src/tuttle/host/graph/InternalGraph.hpp:7,
  93.                  from libraries/tuttle/src/tuttle/host/Graph.hpp:12,
  94.                  from libraries/tuttle/src/tuttle/host/Graph.cpp:1:
  95. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp: At global scope:
  96. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp: In instantiation of 'boost::vec_adj_list_any_vertex_pa::bind_<std::basic_string<char> tuttle::host::graph::IEdge::*, boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, tuttle::host::graph::UVertex>':
  97. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2592:12:   instantiated from 'boost::detail::vec_adj_list_choose_vertex_pa<std::basic_string<char> tuttle::host::graph::IEdge::*, boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, tuttle::host::graph::UVertex>'
  98. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2718:12:   instantiated from 'boost::vec_adj_list_vertex_property_selector::bind_<boost::adjacency_list<boost::setS, boost::vecS, 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::IEdge::*>'
  99. /home/fab/dev/extern/boost_1_51_0/boost/graph/properties.hpp:217:12:   instantiated from 'boost::detail::vertex_property_map<boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, std::basic_string<char> tuttle::host::graph::IEdge::*>'
  100. /home/fab/dev/extern/boost_1_51_0/boost/graph/properties.hpp:228:10:   instantiated from 'boost::property_map<boost::adjacency_list<boost::setS, boost::vecS, boost::bidirectionalS, tuttle::host::graph::UVertex, tuttle::host::graph::UEdge, boost::no_property, boost::listS>, std::basic_string<char> tuttle::host::graph::IEdge::*>'
  101. libraries/tuttle/src/tuttle/host/graph/GraphExporter.tcc:78:2:   instantiated from 'void tuttle::host::graph::exportSimple(std::ostream&, const tuttle::host::graph::InternalGraph<Vertex, ProcessEdge, OutEdgeList, VertexList, EdgeList>&) [with Vertex = tuttle::host::graph::UVertex, ProcessEdge = tuttle::host::graph::UEdge, OutEdgeList = boost::setS, VertexList = boost::vecS, EdgeList = boost::listS, std::ostream = std::basic_ostream<char>]'
  102. libraries/tuttle/src/tuttle/host/graph/InternalGraph.tcc:115:2:   instantiated from 'std::ostream& tuttle::host::graph::operator<<(std::ostream&, const tuttle::host::graph::InternalGraph<Vertex, Edge>&) [with Vertex = tuttle::host::graph::UVertex, Edge = tuttle::host::graph::UEdge, std::ostream = std::basic_ostream<char>]'
  103. libraries/tuttle/src/tuttle/host/Graph.cpp:328:34:   instantiated from here
  104. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2540:62: error: no type named 'type' in 'struct boost::property_value<tuttle::host::graph::UVertex, std::basic_string<char> tuttle::host::graph::IEdge::*>'
  105. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2545:55: error: no type named 'type' in 'struct boost::property_value<tuttle::host::graph::UVertex, std::basic_string<char> tuttle::host::graph::IEdge::*>'
  106. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:2547:67: error: no type named 'type' in 'struct boost::property_value<tuttle::host::graph::UVertex, std::basic_string<char> tuttle::host::graph::IEdge::*>'
  107. In file included from libraries/tuttle/src/tuttle/host/graph/GraphExporter.hpp:66:0,
  108.                  from libraries/tuttle/src/tuttle/host/graph/InternalGraph.tcc:1,
  109.                  from libraries/tuttle/src/tuttle/host/graph/InternalGraph.hpp:459,
  110.                  from libraries/tuttle/src/tuttle/host/Graph.hpp:12,
  111.                  from libraries/tuttle/src/tuttle/host/Graph.cpp:1:
  112. libraries/tuttle/src/tuttle/host/graph/GraphExporter.tcc: In function 'void tuttle::host::graph::exportSimple(std::ostream&, const tuttle::host::graph::InternalGraph<Vertex, ProcessEdge, OutEdgeList, VertexList, EdgeList>&) [with Vertex = tuttle::host::graph::UVertex, ProcessEdge = tuttle::host::graph::UEdge, OutEdgeList = boost::setS, VertexList = boost::vecS, EdgeList = boost::listS, std::ostream = std::basic_ostream<char>]':
  113. libraries/tuttle/src/tuttle/host/graph/InternalGraph.tcc:115:2:   instantiated from 'std::ostream& tuttle::host::graph::operator<<(std::ostream&, const tuttle::host::graph::InternalGraph<Vertex, Edge>&) [with Vertex = tuttle::host::graph::UVertex, Edge = tuttle::host::graph::UEdge, std::ostream = std::basic_ostream<char>]'
  114. libraries/tuttle/src/tuttle/host/Graph.cpp:328:34:   instantiated from here
  115. libraries/tuttle/src/tuttle/host/graph/GraphExporter.tcc:78:2: error: no matching function for call to 'get(std::string tuttle::host::graph::IEdge::*, const GraphContainer&)'
  116. libraries/tuttle/src/tuttle/host/graph/GraphExporter.tcc:78:2: note: candidates are:
  117. /home/fab/dev/extern/boost_1_51_0/boost/property_map/property_map.hpp:179:19: note: template<class T> const T& get(const T*, std::ptrdiff_t)
  118. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1578:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> const GraphProperty& boost::get(boost::graph_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>*)
  119. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1569:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> GraphProperty& boost::get(boost::graph_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>*)
  120. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1562:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::graph_all_t>::const_type boost::get(boost::graph_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  121. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1555:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::graph_all_t>::type boost::get(boost::graph_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  122. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1536:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> const EdgeProperty& boost::get(boost::edge_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, const typename boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>::edge_descriptor&)
  123. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1527:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> EdgeProperty& boost::get(boost::edge_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, const typename boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>::edge_descriptor&)
  124. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1520:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::edge_all_t>::const_type boost::get(boost::edge_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  125. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1513:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::edge_all_t>::type boost::get(boost::edge_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  126. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1495:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> const VertexProperty& boost::get(boost::vertex_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, Vertex)
  127. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1487:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> VertexProperty& boost::get(boost::vertex_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, Vertex)
  128. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1480:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::vertex_all_t>::const_type boost::get(boost::vertex_all_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  129. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1473:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::vertex_all_t>::type boost::get(boost::vertex_all_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  130. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1465:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> EdgeIndex boost::get(boost::edge_index_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, typename boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>::edge_descriptor)
  131. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1456:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::edge_index_t>::const_type boost::get(boost::edge_index_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  132. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1448:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> EdgeIndex boost::get(boost::edge_index_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, typename boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>::edge_descriptor)
  133. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1439:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, boost::edge_index_t>::const_type boost::get(boost::edge_index_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  134. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1431:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> Vertex boost::get(boost::vertex_index_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, Vertex)
  135. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1424:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> boost::typed_identity_property_map<Vertex> boost::get(boost::vertex_index_t, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  136. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1416:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> Vertex boost::get(boost::vertex_index_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, Vertex)
  137. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1409:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex> boost::typed_identity_property_map<Vertex> boost::get(boost::vertex_index_t, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  138. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1355:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex, class Tag> typename boost::property_traits<typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::const_type>::reference boost::get(Tag, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::key_type)
  139. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1347:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex, class Tag> typename boost::property_traits<typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::type>::reference boost::get(Tag, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&, typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::key_type)
  140. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1341:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex, class Tag> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::const_type boost::get(Tag, const boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  141. /home/fab/dev/extern/boost_1_51_0/boost/graph/compressed_sparse_row_graph.hpp:1335:1: note: template<class Directed, class VertexProperty, class EdgeProperty, class GraphProperty, class Vertex, class EdgeIndex, class Tag> typename boost::property_map<boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>, Tag>::type boost::get(Tag, boost::compressed_sparse_row_graph<Directed, VertexProperty, EdgeProperty, GraphProperty, Vertex, EdgeIndex>&)
  142. /home/fab/dev/extern/boost_1_51_0/boost/graph/filtered_graph.hpp:472:3: note: template<class G, class EP, class VP, class Property, class Key> typename boost::property_map_value<G, Property>::type boost::get(Property, const boost::filtered_graph<G, EP, VP>&, const Key&)
  143. /home/fab/dev/extern/boost_1_51_0/boost/graph/filtered_graph.hpp:464:3: note: template<class G, class EP, class VP, class Property> typename boost::property_map<G, Property>::const_type boost::get(Property, const boost::filtered_graph<G, EP, VP>&)
  144. /home/fab/dev/extern/boost_1_51_0/boost/graph/filtered_graph.hpp:457:3: note: template<class G, class EP, class VP, class Property> typename boost::property_map<G, Property>::type boost::get(Property, boost::filtered_graph<G, EP, VP>&)
  145. /home/fab/dev/extern/boost_1_51_0/boost/property_map/dynamic_property_map.hpp:323:1: note: template<class Key> std::string boost::get(const string&, const boost::dynamic_properties&, const Key&)
  146. /home/fab/dev/extern/boost_1_51_0/boost/property_map/dynamic_property_map.hpp:310:1: note: template<class Value, class Key> Value boost::get(const string&, const boost::dynamic_properties&, const Key&, boost::type<Value>)
  147. /home/fab/dev/extern/boost_1_51_0/boost/property_map/dynamic_property_map.hpp:296:1: note: template<class Value, class Key> Value boost::get(const string&, const boost::dynamic_properties&, const Key&)
  148. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1032:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, boost::local_property<Property> >::const_type boost::get(boost::local_property<Property>, const boost::subgraph<G>&)
  149. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1023:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, boost::local_property<Property> >::type boost::get(boost::local_property<Property>, boost::subgraph<G>&)
  150. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1010:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, boost::global_property<Property> >::const_type boost::get(boost::global_property<Property>, const boost::subgraph<G>&)
  151. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:1001:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, boost::global_property<Property> >::type boost::get(boost::global_property<Property>, boost::subgraph<G>&)
  152. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:982:1: note: template<class G, class Property, class Key> typename boost::property_traits<typename boost::property_map<boost::subgraph<G>, Property>::const_type>::value_type boost::get(Property, const boost::subgraph<G>&, const Key&)
  153. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:973:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, Property>::const_type boost::get(Property, const boost::subgraph<G>&)
  154. /home/fab/dev/extern/boost_1_51_0/boost/graph/subgraph.hpp:966:1: note: template<class G, class Property> typename boost::property_map<boost::subgraph<G>, Property>::type boost::get(Property, boost::subgraph<G>&)
  155. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:487:1: note: template<class G> typename boost::enable_if<boost::is_reverse_graph<G>, typename boost::graph_traits<typename G::base_type>::edge_descriptor>::type boost::get(boost::edge_underlying_t, const G&, const typename boost::graph_traits<Graph>::edge_descriptor&)
  156. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:479:1: note: template<class G> typename boost::enable_if<boost::is_reverse_graph<G>, boost::detail::underlying_edge_desc_map_type<typename boost::graph_traits<typename G::base_type>::edge_descriptor> >::type boost::get(boost::edge_underlying_t, const G&)
  157. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:470:1: note: template<class G> typename boost::enable_if<boost::is_reverse_graph<G>, typename boost::graph_traits<typename G::base_type>::edge_descriptor>::type boost::get(boost::edge_underlying_t, G&, const typename boost::graph_traits<Graph>::edge_descriptor&)
  158. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:462:1: note: template<class G> typename boost::enable_if<boost::is_reverse_graph<G>, boost::detail::underlying_edge_desc_map_type<typename boost::graph_traits<typename G::base_type>::edge_descriptor> >::type boost::get(boost::edge_underlying_t, G&)
  159. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:406:1: note: template<class BidirectionalGraph, class GRef, class Property, class Key> typename boost::disable_if<boost::is_same<Property, boost::edge_underlying_t>, typename boost::property_traits<typename boost::property_map<boost::reverse_graph<BidirectionalGraph, GRef>, Property>::const_type>::value_type>::type boost::get(Property, const boost::reverse_graph<BidirectionalGraph, GRef>&, const Key&)
  160. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:394:1: note: template<class BidirGraph, class GRef, class Property> typename boost::disable_if<boost::is_same<Property, boost::edge_underlying_t>, typename boost::property_map<boost::reverse_graph<BidirGraph, GRef>, Property>::const_type>::type boost::get(Property, const boost::reverse_graph<BidirGraph, GRef>&)
  161. /home/fab/dev/extern/boost_1_51_0/boost/graph/reverse_graph.hpp:385:1: note: template<class BidirGraph, class GRef, class Property> typename boost::disable_if<boost::is_same<Property, boost::edge_underlying_t>, typename boost::property_map<boost::reverse_graph<BidirGraph, GRef>, Property>::type>::type boost::get(Property, boost::reverse_graph<BidirGraph, GRef>&)
  162. /home/fab/dev/extern/boost_1_51_0/boost/graph/two_bit_color_map.hpp:67:1: note: template<class IndexMap> boost::two_bit_color_type boost::get(const boost::two_bit_color_map<IndexMap>&, typename boost::property_traits<PropMap>::key_type)
  163. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1711:5: note: template<class Config, class Base, class Property, class Key> typename boost::property_traits<typename boost::property_map<typename Config::graph_type, Property>::const_type>::reference boost::get(Property, const boost::adj_list_helper<Config, Base>&, const Key&)
  164. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1701:5: note: template<class Config, class Base, class Property, class Key> typename boost::property_traits<typename boost::property_map<typename Config::graph_type, Property>::type>::reference boost::get(Property, boost::adj_list_helper<Config, Base>&, const Key&)
  165. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1690:5: note: template<class Config, class Base, class Property> typename boost::property_map<typename Config::graph_type, Property>::const_type boost::get(Property, const boost::adj_list_helper<Config, Base>&)
  166. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:1682:5: note: template<class Config, class Base, class Property> typename boost::property_map<typename Config::graph_type, Property>::type boost::get(Property, boost::adj_list_helper<Config, Base>&)
  167. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:345:3: note: template<class Tag, class Vertex, class EdgeVec, class Property> const typename boost::property_value<Property, Tag>::type& boost::get(Tag, const boost::detail::stored_ra_edge_iter<Vertex, EdgeVec, Property>&)
  168. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:337:3: note: template<class Tag, class Vertex, class Iter, class Property> const typename boost::property_value<Property, Tag>::type& boost::get(Tag, const boost::detail::stored_edge_iter<Vertex, Iter, Property>&)
  169. /home/fab/dev/extern/boost_1_51_0/boost/graph/detail/adjacency_list.hpp:329:3: note: template<class Tag, class Vertex, class Property> const typename boost::property_value<Property, Tag>::type& boost::get(Tag, const boost::detail::stored_edge_property<Vertex, Property>&)
  170. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:705:1: note: template<class T> typename boost::optional::pointer_type boost::get(boost::optional<T>*)
  171. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:697:1: note: template<class T> typename boost::optional::pointer_const_type boost::get(const boost::optional<T>*)
  172. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:687:1: note: template<class T> typename boost::optional::reference_type boost::get(boost::optional<T>&)
  173. /home/fab/dev/extern/boost_1_51_0/boost/optional/optional.hpp:679:1: note: template<class T> typename boost::optional::reference_const_type boost::get(const boost::optional<T>&)
  174. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:747:1: note: template<int N, class Value, class IndexSpecifierList, class Allocator> typename boost::multi_index::nth_index<boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>, N>::type& boost::multi_index::get(boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>&)
  175. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:771:1: note: template<int N, class Value, class IndexSpecifierList, class Allocator> const typename boost::multi_index::nth_index<boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>, N>::type& boost::multi_index::get(const boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>&)
  176. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:816:1: note: template<class Tag, class Value, class IndexSpecifierList, class Allocator> typename boost::multi_index::index<boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>, Tag>::type& boost::multi_index::get(boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>&)
  177. /home/fab/dev/extern/boost_1_51_0/boost/multi_index_container.hpp:836:1: note: template<class Tag, class Value, class IndexSpecifierList, class Allocator> const typename boost::multi_index::index<boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>, Tag>::type& boost::multi_index::get(const boost::multi_index::multi_index_container<Value, IndexSpecifierList, Allocator>&)
  178. /home/fab/dev/extern/boost_1_51_0/boost/property_map/property_map.hpp:352:3: note: template<class PropertyMap, class Reference, class K> Reference boost::get(const boost::put_get_helper<Reference, PropertyMap>&, const K&)
  179. /home/fab/dev/extern/boost_1_51_0/boost/property_map/property_map.hpp:215:3: note: template<class K, class V> const typename boost::readable_property_map_archetype::reference& boost::get(const boost::readable_property_map_archetype<K, V>&, const typename boost::readable_property_map_archetype<K, V>::key_type&)
  180. /home/fab/dev/extern/boost_1_51_0/boost/tuple/detail/tuple_basic.hpp:211:1: note: template<int N, class HT, class TT> typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::non_const_type boost::tuples::get(boost::tuples::cons<HT, TT>&)
  181. /home/fab/dev/extern/boost_1_51_0/boost/tuple/detail/tuple_basic.hpp:225:1: note: template<int N, class HT, class TT> typename boost::tuples::access_traits<typename boost::tuples::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)
  182. /home/fab/dev/extern/boost_1_51_0/boost/system/error_code.hpp: At global scope:
  183. /home/fab/dev/extern/boost_1_51_0/boost/system/error_code.hpp:214:36: warning: 'boost::system::posix_category' defined but not used [-Wunused-variable]
  184. /home/fab/dev/extern/boost_1_51_0/boost/system/error_code.hpp:215:36: warning: 'boost::system::errno_ecat' defined but not used [-Wunused-variable]
  185. /home/fab/dev/extern/boost_1_51_0/boost/system/error_code.hpp:216:36: warning: 'boost::system::native_ecat' defined but not used [-Wunused-variable]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement