$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-05-28 18:15:04
Robert Ramey wrote:
> I'm not even sure what versioned saving would mean. If it means
> something and its supported by the library, its would be totally
> unintentional on my part.
Versioned saving means that one supports saving into a prior version; for
example, saving an 1.32 archive with Serialization 1.33.
Judging by the comment
// note, version is always the latest when saving
in "Splitting serialize into save/load" it seems that this is not supported
and hence, not an issue.