$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2006-06-15 12:01:57
Tarjei Knapstad wrote:
>
> To handle different versions of data you should split serialize() into
> separate save()/load() functions as described in the tutorial:
>
> http://boost.org/libs/serialization/doc/tutorial.html#splitting
>
I understand that. That isn't the issue I'm describing. The issue I'm
describing is that the application *only* knows about version *0* of an
object, but the file contains version *1* because it was written with a
newer version that it is being loaded with.
Cheers
Russell