[BGL] copy_graph compilation issue
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? Sent from my iPad
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
participants (2)
-
Avishay Ben Shabtai
-
Jeremiah Willcock