$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Merrill Cornish (merrill.cornish_at_[hidden])
Date: 2005-11-24 07:25:01
It would be useful to Boost serialization users if there were a
section in the serialization documentation titled, say,
"Serialization Data Types" with a list such as
* all built-in C++ data primitives
* all STL containers
* all Boost smart pointer types
* boost::variant
and any other Boost types that can be serialized (boost::any?
boost::mutex? etc.) As it stands now, the serialization documentation
mentions some, but the comments are scattered. The
documentation is silent on other Boost-created data types.
Merrill