[Boost-bugs] [Boost C++ Libraries] #5310: Graph Bundle Property not backed up by boost::serialization

Subject: [Boost-bugs] [Boost C++ Libraries] #5310: Graph Bundle Property not backed up by boost::serialization
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-15 18:46:36


#5310: Graph Bundle Property not backed up by boost::serialization
--------------------------------------------+-------------------------------
 Reporter: Brian Doig <Brian.Doig@…> | Owner: asutton
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: graph
  Version: Boost 1.46.0 | Severity: Problem
 Keywords: |
--------------------------------------------+-------------------------------
 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.

 The graph that is not working is defined as follows:
         typedef adjacency_list<listS, listS, bidirectionalS, VertexProp,
 EdgeProp, GraphProp> Graph;

 VertexProp, EdgeProp, GraphProp are all structs that implement the
 following
                 template<class Archive> void serialize(Archive & ar, const
 unsigned int version) {...}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5310>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC