Boost logo

Boost Users :

Subject: Re: [Boost-users] [BGL] copy_graph compilation issue
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2012-06-04 14:29:59


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net