id summary reporter owner description type status milestone component version severity resolution keywords cc 4311 boost graph compressed sparse row graph in_edges doesn't compile Sören Meyer-Eppler Jeremiah Willcock "compressed_sparse_row_graph.hpp contains an in_edges template that uses: return std::make_pair(it(ed(v, v_row_start)), it(ed(v, next_row_start))); to create its return value. However, there is no inedge constructor that takes an edge descriptor as argument. Use this instead: return std::make_pair(it(g, v_row_start),it(g,next_row_start)); " Bugs closed Boost 1.43.0 graph Boost 1.43.0 Problem fixed