
17 Oct
2006
17 Oct
'06
3:16 p.m.
Dear all, I get a crash when copying a graph. Probably something simple. Does anyone know? void Foo() { typedef boost::adjacency_list<boost::listS, boost::listS, boost::bidirectionalS, boost::property<boost::vertex_index_t, int> > Graph; Graph graph1; Graph graph2; FillGraph(&graph1); //normal copy boost::copy_graph(graph1, graph2); //<-- } Wkr, me
6794
Age (days ago)
6794
Last active (days ago)
0 comments
1 participants
participants (1)
-
gast128