$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-09-21 13:06:20
On Sep 20, 2006, at 12:50 PM, Walter Landry wrote:
> Walter Landry <wlandry_at_[hidden]> wrote:
>> Greetings,
>>
>> It seems that serializing a graph into a file is broken. If I strip
>> down the Kevin bacon example and make it write to an archive rather
>> than read, I get a rather lengthy error message with g++ 3.3, 3.4,
>> 4.0, and 4.1 on Linux. I get a different error if I try to serialize
>> a graph with no edge property. Is that known to be unsupported?
>> I am
>> attaching the sample file and the error from g++ 4.1. This is using
>> the CVS version as of about a week ago.
>>
>> As an aside, adjacency_list does not implement empty(). Shouldn't
>> it?
>
> Hello? Anyone there?
Thanks for reporting this, and sorry about the delay. I've fixed the
serialization code in the BGL in Boost CVS (both for 1.34.0 and on
the trunk).
Doug