--- /Users/spenthil/src/boost_1_45_0/boost/graph/clustering_coefficient.hpp 2010-07-03 11:37:39.000000000 -0700 +++ boost/graph/clustering_coefficient.hpp 2010-11-23 16:48:12.000000000 -0800 @@ -37,8 +37,8 @@ template inline typename graph_traits::degree_size_type count_edges(const Graph& g, - typename Graph::vertex_descriptor u, - typename Graph::vertex_descriptor v, + typename graph_traits::vertex_descriptor u, + typename graph_traits::vertex_descriptor v, directed_tag) { @@ -51,8 +51,8 @@ template inline typename graph_traits::degree_size_type count_edges(const Graph& g, - typename Graph::vertex_descriptor u, - typename Graph::vertex_descriptor v, + typename graph_traits::vertex_descriptor u, + typename graph_traits::vertex_descriptor v, undirected_tag) { function_requires< AdjacencyMatrixConcept >();