$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Merrill Cornish (merrill.cornish_at_[hidden])
Date: 2005-12-14 14:39:29
In http://www.boost.org/libs/serialization/doc/index.html, under
the "Pointer" heading is the following sentence:
"As can be seen in demo.cpp, serialization of pointers to derived
classes through a base clas pointer may require explicit
enumeration of the derived classes to be serialized."
Notice "clas" in place of "class."
Merrill