$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ares Lagae (ares.lagae_at_[hidden])
Date: 2003-01-13 17:04:35
Dave Harris wrote:
> How do you see archive versioning being done? For example, suppose field
> TOTAL is a double in version 1 and a fixed-point user-defined type in
> version 2.
The easy way would be to let a class have multiple class descriptors (one for each version) and add the version number to the archive. I havent figured out a hard war yet :)
best regards,
Ares Lagae