$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] missing </serialization> tag
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-09-12 13:11:04
You're probably destroy the stream before destroying the archive.
Robert Ramey
Mojmir Svoboda wrote:
> afternoon,
>
> i am serializing graph::adjacency_list via boost::serialization
> but there is no tag </serialization> at the end of the generated
> file.
> what am i doing wrong, please?
>
> i suspect also there may be bug in binary serialization in 1.36.0
> because i cannot read generated file. i'll try to isolate this
> in nearest future.
>
> best regards,
> mojmir