Boost C++ Libraries: Ticket #4887: BGL's clustering_coefficient doesn't use graph_traits https://svn.boost.org/trac10/ticket/4887 <p> BGL's clustering_coefficient doesn't use graph_traits. Results in an error including something like: </p> <pre class="wiki">"error: no matching function for call to 'count_edges(" </pre><p> Pretty sure its because I am wrapping a custom graph type. Regardless, I think it should be using graph_traits in count_edges. </p> <p> --<br /> Senthil Palanisami </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4887 Trac 1.4.3 Senthil Palanisami <spenthil@…> Wed, 24 Nov 2010 01:00:58 GMT attachment set https://svn.boost.org/trac10/ticket/4887 https://svn.boost.org/trac10/ticket/4887 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">clustering_coefficient.patch</span> </li> </ul> <p> patch to fix clustering_coefficient.hpp </p> Ticket Jeremiah Willcock Wed, 24 Nov 2010 01:23:49 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4887#comment:1 https://svn.boost.org/trac10/ticket/4887#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/66707" title="Applied patch from #4887 -- thank you for the bug report and patch; ...">[66707]</a>) Applied patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4887" title="#4887: Bugs: BGL's clustering_coefficient doesn't use graph_traits (closed: fixed)">#4887</a> -- thank you for the bug report and patch; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4887" title="#4887: Bugs: BGL's clustering_coefficient doesn't use graph_traits (closed: fixed)">#4887</a> </p> Ticket