id summary reporter owner description type status milestone component version severity resolution keywords cc 550 Getting out edges for empty graph cause access violation. nobody jsiek "{{{ Getting out edges for empty graph cause access violation, see example below: #include using namespace boost; typedef boost::adjacency_list Graph; typedef boost::graph_traits::in_edge_iterator InEdgeIterator; typedef boost::graph_traits::out_edge_iterator OutEdgeIterator; typedef boost::graph_traits::vertex_descriptor Vertex; int main() { Graph g; Vertex CurrVertex = vertex(10, g); OutEdgeIterator in_start, in_end; tie(in_start, in_end) = out_edges(CurrVertex, g); return 0; } }}}" Bugs closed graph None Invalid