$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-07-13 23:22:12
How did the compile fail?
Robert Ramey
> #include <boost/serialization/tracking.hpp>
> BOOST_CLASS_TRACKING(char, boost::serialization::track_selectivly)
>
> I guess I need to change the default "implementation_level" for char.
> What other things do I need to change so as to make a fundamental type
> trackable?
>
>
> Thanks,
> Ivan