$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Serialization type-dependent serialization
From: Roman Suvorov (windj007_at_[hidden])
Date: 2012-12-05 03:12:26
Compilation errors are overcome when the following lines were included:
#include <boost/archive/impl/xml_oarchive_impl.ipp>
#include <boost/archive/impl/basic_xml_oarchive.ipp>
It would be better to mention them in documentation.