Opened 12 years ago
Closed 12 years ago
#4887 closed Bugs (fixed)
BGL's clustering_coefficient doesn't use graph_traits
Reported by: | Owned by: | Andrew Sutton | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.45.0 | Severity: | Problem |
Keywords: | Cc: |
Description
BGL's clustering_coefficient doesn't use graph_traits. Results in an error including something like:
"error: no matching function for call to 'count_edges("
Pretty sure its because I am wrapping a custom graph type. Regardless, I think it should be using graph_traits in count_edges.
--
Senthil Palanisami
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | clustering_coefficient.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch to fix clustering_coefficient.hpp