Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4660: Error read binary archive, created by old boost version
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-01-26 16:09:37
#4660: Error read binary archive, created by old boost version
---------------------------------------+------------------------------------
Reporter: serge-voropaev@⦠| Owner: ramey
Type: Bugs | Status: reopened
Milestone: Boost 1.45.0 | Component: serialization
Version: Boost 1.45.0 | Severity: Problem
Resolution: | Keywords:
---------------------------------------+------------------------------------
Comment (by d s m a l l @â¦):
Thanks for putting the fix in.
We have made further our upgrade and have found that the problem also
occurs when the library version is 5. ( Believe version 3 --> boost
1.33.1 and version 5 --> boost 1.37 ). In other words in our work around
header we have changed the condition from
if(boost::archive::library_version_type(3) == lvt )
to
if(boost::archive::library_version_type(3) == lvt ||
boost::archive::library_version_type(5) == lvt )
Btw we hope to complete our upgrade within the next couple of weeks. When
we are done, which means we will have made it through all our unit tests,
I'll post a comment to let you know.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4660#comment:37> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC