Boost logo

Boost :

Subject: Re: [boost] [serialization] incompatible archives from 1.43 to 1.44
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-09-13 14:40:50


This was an error in 1.43. There is information in the release notes for
144
which should help expain this and provide a way to address it.

Robert Ramey

Löw, Tobias (Evonik Energy Services GmbH) wrote:
> Hi,
>
> I'm trying to read a binary archive with version 1.44 that was
> written with version 1.43.
> When loading I'm getting an exception in basic_binary_iarchive.ipp
> line 91 as the read library-version is higher than the
> boost-archive-version.
> The reason for that is that in line 80
>
> * this->This() >> input_library_version;
>
> now two bytes are read whereas in prior boost-versions only one byte
> was read. There seems to be missing a load_override-function for
> library_version_type.
>
> Tobias
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk