diff --git a/include/boost/graph/graph_concepts.hpp b/include/boost/graph/graph_concepts.hpp index 627f418c..6e2d9893 100644 --- a/include/boost/graph/graph_concepts.hpp +++ b/include/boost/graph/graph_concepts.hpp @@ -314,7 +314,7 @@ namespace boost { } G g; typename graph_traits::vertex_descriptor v; - typename G::vertex_property_type vp; + typename vertex_property::type vp; }; template @@ -328,7 +328,7 @@ namespace boost { G g; std::pair p; typename graph_traits::vertex_descriptor u, v; - typename G::edge_property_type ep; + typename edge_property::type ep; }; template