2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 20:02:12 +00:00

Fixed duplicate base class problem

[SVN r56658]
This commit is contained in:
Jeremiah Willcock
2009-10-08 19:42:53 +00:00
parent ab16f809a0
commit 1d66d04fc1

View File

@@ -807,8 +807,7 @@ class compressed_sparse_row_graph<bidirectionalS, VertexProperty, EdgeProperty,
typedef bidirectional_tag directed_category;
typedef allow_parallel_edge_tag edge_parallel_category;
class traversal_category: public incidence_graph_tag,
public bidirectional_graph_tag,
class traversal_category: public bidirectional_graph_tag,
public adjacency_graph_tag,
public vertex_list_graph_tag,
public edge_list_graph_tag {};