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 )
Bundled properties are supported for vertex and edge properties but not graph properties. Fix it!
Change History (7)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Severity: | → Problem |
Status: | assigned → new |
comment:2 by , 15 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 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:5 by , 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 , 13 years ago
Type: | Bugs → Feature Requests |
---|
comment:7 by , 12 years ago
Resolution: | None → fixed |
---|---|
Status: | assigned → closed |
Version: | None → Boost Development Trunk |
Implemented bundled properties for graphs. See r64645 for comments. Still need to update documentation.
Assigned to "doug_gregor" instead of nonexistent user "dgregor"