$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Serialization] archive back compatibility problems should be fixed
From: Richard Webb (richard.webb_at_[hidden])
Date: 2010-10-21 06:27:03
The fixes to the serialization build have cleared up failures in the
serialization tests for several other libs, but there are still errors in the
date_time tests (see http://tinyurl.com/28dkxom for the log).
The date_time test is complaining about the destructors for text_oarchive_impl
and text_iarchive_impl being marked as dllimport. Do the destructors need to be
decorated with BOOST_ARCHIVE_DECL when the function bodies are included inline?