Boost logo

Boost Users :

Subject: Re: [Boost-users] [Graph] Issue with remove_edge function and subgraphs
From: Sergey Mitsyn (svm_at_[hidden])
Date: 2010-05-10 12:17:43


Hello Marcus,

The documentation says that create_subgraph returns subgraph<Graph>&,
and in the example it is stored in Graph&.

>
> Graph subG = G.create_subgraph();
>

this works for me:

     Graph& subG = G.create_subgraph();

-------
Sergey Mitsyn.


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