2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 08:12:14 +00:00

removed unnecessary access of ::Directed type from edge_property_map

[SVN r8644]
This commit is contained in:
Jeremy Siek
2001-01-19 16:29:42 +00:00
parent e44bd607c9
commit 3571c728c2

View File

@@ -146,7 +146,6 @@ namespace boost {
template <class Graph, class PropertyTag>
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<graph_tag>::type Selector;