diff --git a/include/boost/graph/properties.hpp b/include/boost/graph/properties.hpp index 446a27b6..9dba3b82 100644 --- a/include/boost/graph/properties.hpp +++ b/include/boost/graph/properties.hpp @@ -244,6 +244,17 @@ namespace boost { Property>::type type; }; + template + class vertex_property { + public: + typedef typename Graph::vertex_property_type type; + }; + template + class edge_property { + public: + typedef typename Graph::edge_property_type type; + }; + template class degree_property_map : public put_get_helper::degree_size_type,