$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Serialization] Need help with binary archivedeserialization error
From: George van Venrooij (george.van.venrooij_at_[hidden])
Date: 2009-02-04 03:57:59
Robert Ramey wrote:
> double check that the stream is opened with ios::binary
>
> Robert Ramey
I knew it was something obvious and indeed this was my problem. While
making my code as "archive-independent" as possible, I somewhere lost
the open_mode flags.
Thanks a lot,
George van Venrooij