mirror of
https://github.com/boostorg/graph.git
synced 2026-02-11 11:52:12 +00:00
vertex and edge list removed
[SVN r10147]
This commit is contained in:
@@ -255,7 +255,8 @@ namespace boost {
|
||||
|
||||
struct adj_matrix_traversal_tag :
|
||||
public virtual adjacency_matrix_tag,
|
||||
public virtual vertex_and_edge_list_graph_tag { };
|
||||
public virtual vertex_list_graph_tag,
|
||||
public virtual edge_list_graph_tag { };
|
||||
|
||||
//=========================================================================
|
||||
// Adjacency Matrix Class
|
||||
|
||||
Reference in New Issue
Block a user