
19 May
2010
19 May
'10
9:39 p.m.
On Wed, 19 May 2010, Hossein Haeri wrote:
Dear Jeremiah,
Let me first say that I updated my GCC to 4.4.0.
It looks like there are typedefs graph_type::vertex_property_type and graph_type::edge_property_type in adjacency_list.
I guess vertex_property_type is deemed to be what I'm looking for. But, it apparently is not implemented in the way it should have been. I say this because when I compile the following funny code:
typedef adjacency_list
graph_type; graph_type::vertex_property_type temp1, temp2; string str1(temp1);
In that case, try:
property