$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rhind_at_[hidden])
Date: 2004-08-26 08:54:25
I have a std::list<ublas::vector<double> > and also a list of iterators
in to this list (which basically contain a subset of the initial list e.g.
std::list<std::list<ublas::vector<double> >::iterator>
Is there a way with serialization library to serialise both lists so
that when both lists are re-loaded, the second list contains valid
iterators again?
Thanks
Russell