
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