$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: wayne.x.liu_at_[hidden]
Date: 2006-03-27 15:18:53
I removed the extra BOOST_CLASS_EXPORT_GUID(bus_stop, "bus_stop"), and 
unfortunately, it core dumped in the same place.
Wayne Liu
 ---- original message ----
Date: Mon, 27 Mar 2006 08:15:35 -0800
From: "Robert Ramey" <ramey_at_[hidden]>
Subject: Re: [Boost-users] Serialization library question
To: boost-users_at_[hidden]
Message-ID: <e09334$60o$1_at_[hidden]>
This looks like it should work.  I'll look at it more carefully later. 
Note 
that the BOOST_CLASS_EXPORT_GUID(bus_stop, "bus_stop")
should be superfluous since an instance of an abstract class cannot be 
created. Try removing this and see if it works.  Let me know what happens. 
If that fixes it - I would like to know.
Robert Ramey