$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Serialization: delayed loading of vertexes ofgraph/tree
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-10-03 12:06:46
Moritz Moeller wrote:
> So am I back to writing this all 'by hand' in this case or is there
> some mechanisms in boost::serialization that I could exploit here?
I don't think you can avoid "by hand" in this case.
Robert Ramey