$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Bo Peng (bpeng_at_[hidden])
Date: 2004-07-18 23:44:12
On Sun, Jul 18, 2004 at 09:28:47PM -0500, Bo Peng wrote:
It turns out that the library is buggy. I change
ar & vector_of_small_objs
to
for(....)
ar & vector_of_small_objs[i]
and it works now.
Is this the reason why serialization is not yet part of boost
distribution?
-- Bo Peng