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