From 3571c728c2b669fa0954df13c50684febfa10b0e Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Fri, 19 Jan 2001 16:29:42 +0000 Subject: [PATCH] removed unnecessary access of ::Directed type from edge_property_map [SVN r8644] --- include/boost/graph/properties.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/graph/properties.hpp b/include/boost/graph/properties.hpp index 5dfc812d..ace1240c 100644 --- a/include/boost/graph/properties.hpp +++ b/include/boost/graph/properties.hpp @@ -146,7 +146,6 @@ namespace boost { template struct edge_property_map { - typedef typename Graph::directed_category Directed; typedef typename Graph::edge_property_type Property; typedef typename Graph::graph_tag graph_tag; typedef typename edge_property_selector::type Selector;