
14 Jul
2005
14 Jul
'05
4:22 a.m.
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