$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2006-01-04 23:08:39
Note that for "export" to work, the boost/serialization/export.hpp header
must follow
any archive headers. So moving the xml_iarchive.hpp .. up to where the
text_iarchive.hpp headers are included should address the problem.
Robert Ramey