4 Jun
2012
4 Jun
'12
6:29 p.m.
On Mon, 4 Jun 2012, Avishay Ben Shabtai wrote:
Hi
I am having compilation error when calling copy_graph. The compilation error is regarding vertex_all for default copy of vertices. Where can I find info regarding this property and how to resolve the issue?
What graph type are you using? If it is custom, you might have an easier time passing in your own vertex and edge copying functions, which avoids the need to have vertex_all or edge_all properties. See URL:http://www.boost.org/doc/libs/1_49_0/libs/graph/doc/copy_graph.html for information on those parameters. -- Jeremiah Willcock