Opened 17 years ago

Closed 12 years ago

#556 closed Feature Requests (fixed)

Bundled graph properties

Reported by: Douglas Gregor Owned by: Douglas Gregor
Milestone: Component: graph
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description (last modified by Douglas Gregor)

Bundled properties are supported for vertex and edge properties but not 
graph properties. Fix it!

Change History (7)

comment:1 by Marshall Clow, 15 years ago

Owner: changed from Douglas Gregor to doug_gregor
Severity: Problem
Status: assignednew

Assigned to "doug_gregor" instead of nonexistent user "dgregor"

comment:2 by Douglas Gregor, 15 years ago

Description: modified (diff)
Owner: changed from doug_gregor to Douglas Gregor
Status: newassigned

comment:3 by jetrull@…, 14 years ago

Just discovered this problem myself after 1-2 hours of fruitless attempts to "do the right thing". If it won't be fixed soon, can the documentation be updated? Thanks.

Jeff Trull

comment:4 by Jeremiah Willcock, 13 years ago

Where does the manual say that this is supposed to work?

comment:5 by jetrull@…, 13 years ago

I cannot find anything that says explicitly that graph properties may be bundled properties as well. I don't recall why I believed this to be in the documentation when I made the comment...

However, the adjacency_list documentation does describe VertexProperties, EdgeProperties, and GraphProperties with very similar language. If it is true that the first two may use bundled properties, but the last may not, perhaps some note could be made of this in the documentation.

comment:6 by Jeremiah Willcock, 13 years ago

Type: BugsFeature Requests

comment:7 by Andrew Sutton, 12 years ago

Resolution: Nonefixed
Status: assignedclosed
Version: NoneBoost Development Trunk

Implemented bundled properties for graphs. See r64645 for comments. Still need to update documentation.

Note: See TracTickets for help on using tickets.