Re: [Boost-users] BGL: Bundled Properties in subgraphs
Hi there, I also remember that I was the first to discover/report this problem, while I was using the BGL a while ago, but I can confirm it has long been fixed. (I made extensive use of bundled properties in subgraph, so it had to work). Jean-Noël -----Message d'origine----- De : boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] De la part de Doug Gregor Envoyé : jeudi 16 novembre 2006 16:07 À : boost-users@lists.boost.org Objet : Re: [Boost-users] BGL: Bundled Properties in subgraphs On Nov 13, 2006, at 5:18 PM, Greg Reynolds wrote:
I am trying to use the subgraph class with bundled propeties and wonder if it is still broken? I found a message on the list saying that it was broken in March 2005, but would probably be fixed shortly.
It should have been fixed in April, 2005.
I include my code below. It compiles cleanly if I don't use subgraph, i.e. just declare the adjacency_list.
The error I'm seeing is coming from the lack of an edge_index property for the edges. If one adds that edge_index property, subgraph should work.
It also works if use the internal properties method.
Really? I can't get it to compile with internal properties (until I add an edge_index property). Cheers, Doug _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (1)
-
RIVASSEAU Jean Noel