$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Troyer (troyer_at_[hidden])
Date: 2005-09-25 10:14:58
Hi Robert,
After tracking down a linker error I realized that
#include <boost/archive/impl/archive_pointer_oserializer.ipp>
#include <boost/archive/impl/archive_pointer_iserializer.ipp>
need to be included for all new archives that a user might develop,
in order to allow serialization of pointers. Are there other such
*.ipp files that an archive developer needs to watch out for?
Matthias