From 770d1be1369379770356e798804b54e5cd94b5ad Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sat, 19 May 2001 02:29:32 +0000 Subject: [PATCH] vertex and edge list removed [SVN r10147] --- include/boost/graph/adjacency_matrix.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/graph/adjacency_matrix.hpp b/include/boost/graph/adjacency_matrix.hpp index d0710942..79d5903a 100644 --- a/include/boost/graph/adjacency_matrix.hpp +++ b/include/boost/graph/adjacency_matrix.hpp @@ -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