Boost logo

Boost Users :

From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-05-21 15:06:36


On May 2, 2007, at 4:31 AM, John Reid wrote:
> I guess this was broken when the graph property attributes were
> renamed/refactored:
>
> import boost.graph as bgl
> import pickle
> g = bgl.Graph()
> p = g.add_vertex_property( 'prop', 'float' )
> pickle.dump( g, open( 'graph.pickle', 'w' ) )
> pickle.load( open( 'graph.pickle', 'r' ) )
>
> raises the following error:
> [snip]

Oops, thank you for the report. I've fixed this in Subversion.

        - Doug


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net