Boost C++ Libraries: Ticket #556: Bundled graph properties https://svn.boost.org/trac10/ticket/556 <pre class="wiki">Bundled properties are supported for vertex and edge properties but not graph properties. Fix it! </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/556 Trac 1.4.3 Marshall Clow Thu, 12 Jul 2007 15:13:02 GMT owner, status changed; severity set https://svn.boost.org/trac10/ticket/556#comment:1 https://svn.boost.org/trac10/ticket/556#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">doug_gregor</span> </li> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">new</span> </li> <li><strong>severity</strong> → <span class="trac-field-new">Problem</span> </li> </ul> <p> Assigned to "doug_gregor" instead of nonexistent user "dgregor" </p> Ticket Douglas Gregor Wed, 25 Jul 2007 20:57:16 GMT owner, status, description changed https://svn.boost.org/trac10/ticket/556#comment:2 https://svn.boost.org/trac10/ticket/556#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">doug_gregor</span> to <span class="trac-author">Douglas Gregor</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>description</strong> modified (<a href="/trac10/ticket/556?action=diff&amp;version=2">diff</a>) </li> </ul> Ticket jetrull@… Sat, 26 Jul 2008 00:25:19 GMT <link>https://svn.boost.org/trac10/ticket/556#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/556#comment:3</guid> <description> <p> 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. </p> <p> Jeff Trull </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Sat, 23 May 2009 18:15:07 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/556#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/556#comment:4</guid> <description> <p> Where does the manual say that this is supposed to work? </p> </description> <category>Ticket</category> </item> <item> <author>jetrull@…</author> <pubDate>Sun, 31 May 2009 20:48:30 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/556#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/556#comment:5</guid> <description> <p> 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... </p> <p> However, the adjacency_list documentation does describe <a class="missing wiki">VertexProperties</a>, <a class="missing wiki">EdgeProperties</a>, and <a class="missing wiki">GraphProperties</a> 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. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Wed, 25 Nov 2009 21:59:20 GMT</pubDate> <title>type changed https://svn.boost.org/trac10/ticket/556#comment:6 https://svn.boost.org/trac10/ticket/556#comment:6 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Feature Requests</span> </li> </ul> Ticket Andrew Sutton Fri, 06 Aug 2010 18:19:54 GMT status, version, resolution changed https://svn.boost.org/trac10/ticket/556#comment:7 https://svn.boost.org/trac10/ticket/556#comment:7 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>version</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Boost Development Trunk</span> </li> <li><strong>resolution</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Implemented bundled properties for graphs. See <a class="changeset" href="https://svn.boost.org/trac10/changeset/64645" title="Implementing bundled properties for graph properties. The initial ...">r64645</a> for comments. Still need to update documentation. </p> Ticket