| 1 |
|
|---|
| 2 |
|
|---|
| 3 | In file included from /home/scott/omplopt/tests/geometric/2d/tree.cpp:36:0:
|
|---|
| 4 | /usr/include/boost/graph/labeled_graph.hpp:64:31: error: 'vecS' was not declared in this scope
|
|---|
| 5 | struct generate_label_map<vecS, Label, Vertex>
|
|---|
| 6 | ^
|
|---|
| 7 | /usr/include/boost/graph/labeled_graph.hpp:64:50: error: template argument 1 is invalid
|
|---|
| 8 | struct generate_label_map<vecS, Label, Vertex>
|
|---|
| 9 | ^
|
|---|
| 10 | /usr/include/boost/graph/labeled_graph.hpp:68:31: error: 'mapS' was not declared in this scope
|
|---|
| 11 | struct generate_label_map<mapS, Label, Vertex>
|
|---|
| 12 | ^
|
|---|
| 13 | /usr/include/boost/graph/labeled_graph.hpp:68:50: error: template argument 1 is invalid
|
|---|
| 14 | struct generate_label_map<mapS, Label, Vertex>
|
|---|
| 15 | ^
|
|---|
| 16 | /usr/include/boost/graph/labeled_graph.hpp:72:31: error: 'multimapS' was not declared in this scope
|
|---|
| 17 | struct generate_label_map<multimapS, Label, Vertex>
|
|---|
| 18 | ^
|
|---|
| 19 | /usr/include/boost/graph/labeled_graph.hpp:72:55: error: template argument 1 is invalid
|
|---|
| 20 | struct generate_label_map<multimapS, Label, Vertex>
|
|---|
| 21 | ^
|
|---|
| 22 | /usr/include/boost/graph/labeled_graph.hpp:76:31: error: 'hash_mapS' was not declared in this scope
|
|---|
| 23 | struct generate_label_map<hash_mapS, Label, Vertex>
|
|---|
| 24 | ^
|
|---|
| 25 | /usr/include/boost/graph/labeled_graph.hpp:76:55: error: template argument 1 is invalid
|
|---|
| 26 | struct generate_label_map<hash_mapS, Label, Vertex>
|
|---|
| 27 | ^
|
|---|
| 28 | /usr/include/boost/graph/labeled_graph.hpp:80:31: error: 'hash_multimapS' was not declared in this scope
|
|---|
| 29 | struct generate_label_map<hash_multimapS, Label, Vertex>
|
|---|
| 30 | ^
|
|---|
| 31 | /usr/include/boost/graph/labeled_graph.hpp:80:60: error: template argument 1 is invalid
|
|---|
| 32 | struct generate_label_map<hash_multimapS, Label, Vertex>
|
|---|
| 33 | ^
|
|---|
| 34 | /usr/include/boost/graph/labeled_graph.hpp: In member function 'void boost::labeled_graph<Graph, Label, Selector>::remove_vertex(const Label&)':
|
|---|
| 35 | /usr/include/boost/graph/labeled_graph.hpp:388:14: error: 'remove_vertex' is not a member of 'boost'
|
|---|
| 36 | { return boost::remove_vertex(vertex(l), _graph); }
|
|---|
| 37 | ^
|
|---|
| 38 | /usr/include/boost/graph/labeled_graph.hpp: In member function 'void boost::labeled_graph<Graph*, Label, Selector>::remove_vertex(const Label&)':
|
|---|
| 39 | /usr/include/boost/graph/labeled_graph.hpp:503:14: error: 'remove_vertex' is not a member of 'boost'
|
|---|
| 40 | { return boost::remove_vertex(vertex(l), *_graph); }
|
|---|
| 41 | ^
|
|---|
| 42 | /usr/include/boost/graph/labeled_graph.hpp: At global scope:
|
|---|
| 43 | /usr/include/boost/graph/labeled_graph.hpp:664:21: error: 'property_map' does not name a type
|
|---|
| 44 | typedef property_map<Graph, Tag> PropertyMap;
|
|---|
| 45 | ^
|
|---|
| 46 | /usr/include/boost/graph/labeled_graph.hpp:665:30: error: 'PropertyMap' has not been declared
|
|---|
| 47 | typedef typename PropertyMap::type type;
|
|---|
| 48 | ^
|
|---|
| 49 | /usr/include/boost/graph/labeled_graph.hpp:666:30: error: 'PropertyMap' has not been declared
|
|---|
| 50 | typedef typename PropertyMap::const_type const_type;
|
|---|
| 51 | ^
|
|---|
| 52 | /usr/include/boost/graph/labeled_graph.hpp:674:21: error: 'property_map' does not name a type
|
|---|
| 53 | typedef property_map<Graph, Tag> PropertyMap;
|
|---|
| 54 | ^
|
|---|
| 55 | /usr/include/boost/graph/labeled_graph.hpp:675:30: error: 'PropertyMap' has not been declared
|
|---|
| 56 | typedef typename PropertyMap::type type;
|
|---|
| 57 | ^
|
|---|
| 58 | /usr/include/boost/graph/labeled_graph.hpp:676:30: error: 'PropertyMap' has not been declared
|
|---|
| 59 | typedef typename PropertyMap::const_type const_type;
|
|---|
| 60 | ^
|
|---|
| 61 | /usr/include/boost/graph/labeled_graph.hpp:682:8: error: 'vertex_property_selector' is not a class template
|
|---|
| 62 | struct vertex_property_selector<labeled_graph_class_tag> {
|
|---|
| 63 | ^
|
|---|
| 64 | /usr/include/boost/graph/labeled_graph.hpp:682:58: error: explicit specialization of non-template 'boost::vertex_property_selector'
|
|---|
| 65 | struct vertex_property_selector<labeled_graph_class_tag> {
|
|---|
| 66 | ^
|
|---|
| 67 | /usr/include/boost/graph/labeled_graph.hpp:687:8: error: 'edge_property_selector' is not a class template
|
|---|
| 68 | struct edge_property_selector<labeled_graph_class_tag> {
|
|---|
| 69 | ^
|
|---|
| 70 | /usr/include/boost/graph/labeled_graph.hpp:687:56: error: explicit specialization of non-template 'boost::edge_property_selector'
|
|---|
| 71 | struct edge_property_selector<labeled_graph_class_tag> {
|
|---|
| 72 | ^
|
|---|
| 73 | /usr/include/boost/graph/labeled_graph.hpp:695:17: error: expected nested-name-specifier before 'property_map'
|
|---|
| 74 | inline typename property_map<LABELED_GRAPH, Prop>::type
|
|---|
| 75 | ^
|
|---|
| 76 | /usr/include/boost/graph/labeled_graph.hpp:695:29: error: expected initializer before '<' token
|
|---|
| 77 | inline typename property_map<LABELED_GRAPH, Prop>::type
|
|---|
| 78 | ^
|
|---|
| 79 | /usr/include/boost/graph/labeled_graph.hpp:700:17: error: expected nested-name-specifier before 'property_map'
|
|---|
| 80 | inline typename property_map<LABELED_GRAPH, Prop>::const_type
|
|---|
| 81 | ^
|
|---|
| 82 | /usr/include/boost/graph/labeled_graph.hpp:700:29: error: expected initializer before '<' token
|
|---|
| 83 | inline typename property_map<LABELED_GRAPH, Prop>::const_type
|
|---|
| 84 | ^
|
|---|
| 85 | /usr/include/boost/graph/labeled_graph.hpp:705:17: error: expected nested-name-specifier before 'property_traits'
|
|---|
| 86 | inline typename property_traits<
|
|---|
| 87 | ^
|
|---|
| 88 | /usr/include/boost/graph/labeled_graph.hpp:705:32: error: expected initializer before '<' token
|
|---|
| 89 | inline typename property_traits<
|
|---|
| 90 | ^
|
|---|
| 91 | In file included from /usr/include/boost/graph/adjacency_list.hpp:44:0,
|
|---|
| 92 | from /home/scott/omplopt/tests/geometric/2d/tree.cpp:37:
|
|---|
| 93 | /usr/include/boost/graph/properties.hpp:168:10: error: 'boost::edge_property_selector' is not a template type
|
|---|
| 94 | struct edge_property_selector {
|
|---|
| 95 | ^
|
|---|
| 96 | /usr/include/boost/graph/properties.hpp:173:10: error: 'boost::vertex_property_selector' is not a template type
|
|---|
| 97 | struct vertex_property_selector {
|
|---|
| 98 | ^
|
|---|
| 99 | /usr/include/boost/graph/properties.hpp:193:31: error: expected template-name before '<' token
|
|---|
| 100 | : edge_property_selector<
|
|---|
| 101 | ^
|
|---|
| 102 | /usr/include/boost/graph/properties.hpp:193:31: error: expected '{' before '<' token
|
|---|
| 103 | /usr/include/boost/graph/properties.hpp:193:31: error: expected unqualified-id before '<' token
|
|---|
| 104 | /usr/include/boost/graph/properties.hpp:202:33: error: expected template-name before '<' token
|
|---|
| 105 | : vertex_property_selector<
|
|---|
| 106 | ^
|
|---|
| 107 | /usr/include/boost/graph/properties.hpp:202:33: error: expected '{' before '<' token
|
|---|
| 108 | /usr/include/boost/graph/properties.hpp:202:33: error: expected unqualified-id before '<' token
|
|---|
| 109 | In file included from /usr/include/boost/graph/adjacency_list.hpp:246:0,
|
|---|
| 110 | from /home/scott/omplopt/tests/geometric/2d/tree.cpp:37:
|
|---|
| 111 | /usr/include/boost/graph/detail/adjacency_list.hpp:2738:10: error: 'edge_property_selector' is not a class template
|
|---|
| 112 | struct edge_property_selector<adj_list_tag> {
|
|---|
| 113 | ^
|
|---|
| 114 | /usr/include/boost/graph/detail/adjacency_list.hpp:2738:45: error: 'boost::edge_property_selector' is not a template type
|
|---|
| 115 | struct edge_property_selector<adj_list_tag> {
|
|---|
| 116 | ^
|
|---|
| 117 | /usr/include/boost/graph/detail/adjacency_list.hpp:2742:10: error: 'edge_property_selector' is not a class template
|
|---|
| 118 | struct edge_property_selector<vec_adj_list_tag> {
|
|---|
| 119 | ^
|
|---|
| 120 | /usr/include/boost/graph/detail/adjacency_list.hpp:2742:49: error: 'boost::edge_property_selector' is not a template type
|
|---|
| 121 | struct edge_property_selector<vec_adj_list_tag> {
|
|---|
| 122 | ^
|
|---|
| 123 | /usr/include/boost/graph/detail/adjacency_list.hpp:2755:10: error: 'vertex_property_selector' is not a class template
|
|---|
| 124 | struct vertex_property_selector<adj_list_tag> {
|
|---|
| 125 | ^
|
|---|
| 126 | /usr/include/boost/graph/detail/adjacency_list.hpp:2755:47: error: 'boost::vertex_property_selector' is not a template type
|
|---|
| 127 | struct vertex_property_selector<adj_list_tag> {
|
|---|
| 128 | ^
|
|---|
| 129 | /usr/include/boost/graph/detail/adjacency_list.hpp:2764:10: error: 'vertex_property_selector' is not a class template
|
|---|
| 130 | struct vertex_property_selector<vec_adj_list_tag> {
|
|---|
| 131 | ^
|
|---|
| 132 | /usr/include/boost/graph/detail/adjacency_list.hpp:2764:51: error: 'boost::vertex_property_selector' is not a template type
|
|---|
| 133 | struct vertex_property_selector<vec_adj_list_tag> {
|
|---|
| 134 |
|
|---|
| 135 |
|
|---|