$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-09-13 15:31:21
On Sep 13, 2007, at 2:42 PM, Douglas Gregor wrote:
> serialization (884)
Most of the failures on various GCC versions are due to an improper
use of BOOST_TEST_DONT_PRINT_LOG_VALUE in libs/serialization/test/
A.hpp. I've put in a simple fix, and all serialization tests are now
running on Apple GCC 4.0.1.
- Doug