$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-04-06 02:17:53
The serialization library fails to build for msvc compilers with version >=
8.0
The failure occurs at the following lines. I have no idea what's causing
this
so if anyone knows anything feel free to bring me up to speed.
// required by smart_cast for compilers not implementing
// partial template specialization
BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(
boost::archive::detail::basic_iarchive
)
Robert Ramey