Boost C++ Libraries: Ticket #7773: labeled_graph, inserted_labeled_vertex does not add property to the graph https://svn.boost.org/trac10/ticket/7773 <p> When you add a node to a labeled graph with a vertex_property, it is not added in the graph. </p> <p> Line 143 in labeled_graph.hpp. </p> <p> a fix could be: </p> <p> line 152: </p> <blockquote> <p> x.first-&gt;second = add_vertex(g); g[x.first-&gt;second] = p; <em> add property to graph </em></p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7773 Trac 1.4.3 Jeremiah Willcock Fri, 07 Dec 2012 19:30:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7773#comment:1 https://svn.boost.org/trac10/ticket/7773#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/81771" title="Fixed adding properties in labeled_graph; fixes #7773">[81771]</a>) Fixed adding properties in labeled_graph; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7773" title="#7773: Bugs: labeled_graph, inserted_labeled_vertex does not add property to the graph (closed: fixed)">#7773</a> </p> Ticket