Subject: Re: [Boost-users] issues with setting properties on reverse graph
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2009-11-24 16:35:57


On Tue, 24 Nov 2009, Mangal wrote:

>
>
> so this is what I see is happening
>
> if I use get_property(graph, propertyname) = propertyvalue
> to set the property on the graph then setting the property on reverse graphs
> does not work (even with the new typedef in the sample code i posted)
>
> however using set_property(graph, propertyname, propertyvalue) works when
> used with the new typedef.
> (even in my application)
>
> Thanks Jeremiah

Please try r57910; that should fix the get_property() issue.

-- Jeremiah Willcock