2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 08:32:11 +00:00

Added missing typedef for graph_property_type to adjacency_matrix class.

[SVN r52563]
This commit is contained in:
Andrew Sutton
2009-04-23 15:33:34 +00:00
parent 534e7f6acd
commit 450b60114c

View File

@@ -511,6 +511,7 @@ namespace boost {
typedef no_vertex_bundle vertex_bundled;
typedef no_edge_bundle edge_bundled;
#endif
typedef GraphProperty graph_property_type;
public: // should be private
typedef typename mpl::if_<typename has_property<edge_property_type>::type,