Boost C++ Libraries: Ticket #5310: Graph Bundle Property not backed up by boost::serialization https://svn.boost.org/trac10/ticket/5310 <p> If you create a graph that uses bundled properties for the edges, vertices and the graph itself, the graph bundle property is not backed up. This means that any archive of a graph is missing the properties associated with the graph_bundle accessor. </p> <p> The graph that is not working is defined as follows: </p> <blockquote> <p> typedef adjacency_list&lt;listS, listS, bidirectionalS, <a class="missing wiki">VertexProp</a>, <a class="missing wiki">EdgeProp</a>, <a class="missing wiki">GraphProp</a>&gt; Graph; </p> </blockquote> <p> <a class="missing wiki">VertexProp</a>, <a class="missing wiki">EdgeProp</a>, <a class="missing wiki">GraphProp</a> are all structs that implement the following </p> <blockquote> <p> template&lt;class Archive&gt; void serialize(Archive &amp; ar, const unsigned int version) {...} </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5310 Trac 1.4.3 Jeremiah Willcock Wed, 28 Mar 2012 20:56:46 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/5310#comment:1 https://svn.boost.org/trac10/ticket/5310#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/77615" title="Added graph property to serialization, and made default graph property ...">[77615]</a>) Added graph property to serialization, and made default graph property no_property to allow serialization; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5310" title="#5310: Bugs: Graph Bundle Property not backed up by boost::serialization (closed: fixed)">#5310</a> </p> Ticket