$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Boost::serialization pointer bug
From: Ross Levine (ross.levine_at_[hidden])
Date: 2009-01-03 19:15:58
Hi all,
I think I've found a bug in boost::serialization. If I change the
order of serialization, one of my pointers does not seem to be
correctly serialized. It's hard to explain, so please see my code:
http://dl.getdropbox.com/u/416909/serialization_error.cpp
and http://dl.getdropbox.com/u/416909/simple_tree.hpp
I'm using VS2008.
Thanks,
Ross