$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-11-05 16:32:11
See http://boost.sourceforge.net/regression-logs/win32.zip for a
preliminary 1.25.1 Win32 regression test.
There were a number of failures on tests that passed the 1.25.0 tests:
libs/config/test/config_test.cpp Metrowerks
libs/function/test/function_test.cpp Comeau
libs/graph/test/graph.cpp Borland, Microsoft
libs/tokenizer/examples.cpp Borland
libs/utility/counting_iterator_test.cpp Borland
libs/utility/iterator_adaptor_test.cpp Borland
It wasn't all bad news; these now pass that failed in 1.25.0:
libs/utility/call_traits_test.cpp Borland
libs/utility/numeric_traits_test.cpp GCC
I'm holding the 1.25.1 release pending fixes to the above - the whole point
of the release being to fix bugs.
--Beman