12 Oct
2012
12 Oct
'12
7:18 p.m.
Okay, thank you ... new issue.... I am using a labeled_graph, and if I assign a vertex property and then try to get that node again to check the value (like so): Vertex rootVert = patentGraph[rootName]; rootVert.vertType = "Root"; rootVert = patentGraph[rootName]; At the end rootVert.vertType is no longer "Root". Am I getting some sort of const reference such that my assignment is getting dropped on the floor? -- View this message in context: http://boost.2283326.n4.nabble.com/BGL-How-do-I-iterate-over-a-labeled-graph... Sent from the Boost - Users mailing list archive at Nabble.com.