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