$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christoph (christoph.duelli_at_[hidden])
Date: 2007-11-01 12:19:14
Robert Ramey wrote:
> binary archives are implemented to be as fast as possible.
> There isn't any checking which would impact erformance.
>
> One thing that I've found useful is to check the serialization
> using xml archives. Since these have "end" tags, mis-matched
> saved/load functions can be detected. This is much harder
> in other archives.
Yes, that seems to be a good idea. Thank you.