$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-09 09:57:20
Robert,
the attached program crashes for me, and I can't understand why. There's a
class which contains an array and stores/loads that array. When I run the
program, I see:
Saving 3{3 4 5 6 }
Saving 2{2 3 }
Read 3{3 4 5 6 }
Aborted
That is, first object is deserialized correctly, but the second is not. Is
there something wrong with my code, or it's a bug in serialization library?
Thanks in advance,
Volodya