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:
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user