
13 Sep
2010
13 Sep
'10
10:13 a.m.
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