Boost logo

Boost Users :

Subject: Re: [Boost-users] Serialization Archive Incompatibility betweenBoostVersions
From: Robert Ramey (ramey_at_[hidden])
Date: 2009-04-09 12:38:32


This version is declared at the beginning of a serialized archive. E.g.:

The following beginning of a text archive is serialized with boost 1.37:
22 serialization::archive 5 0 35 ...

Serialized with boost 1.35 it looks like this:
22 serialization::archive 4 0 35 ...

Otherwise, the archives are in my case completely identical.

Somehow, if this version number does not match to the serialized or archive
version of the used boost library, boost throws an exception.

**** where does this exception get thrown?

Robert Ramey


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