9 Apr
2009
9 Apr
'09
4:38 p.m.
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