$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Youhei Murakami (ym555_at_[hidden])
Date: 2007-12-02 14:38:47
Hello everyone. I found a description pasted below in
boost/serialization/binary_object.hpp.
Does this description means that binary-objects can't track ?
[ in binary_object.hpp ]
// don't track binary objects - usually they will be created on the stack
// and tracking algorithm (which uses the object address) might get
// confused. note that these address will likely be members of some
// other structure which itself is tracked, so as a practical matter
// suppressing tracking shouldn't cause any redundancy.
BOOST_CLASS_TRACKING(binary_object, boost::serialization::track_never)
#endif // BOOST_SERIALIZATION_BINARY_OBJECT_HPP